This class is a driver for loading mask
I made this to allow for another types of progress indicators,
which should not only be styleable, but completely customizable.
The type parameter indicates the mask used
The mask must subclass ProgressIndicatorBase, i.e. Message { get; set; }, Play(), Stop();

C# | Visual Basic | Visual C++ |
public class LoadingMaskBase<T> : ILoadingMask where T : new(), ProgressIndicatorBase
Public Class LoadingMaskBase(Of T As {New, ProgressIndicatorBase}) _ Implements ILoadingMask
generic<typename T> where T : gcnew(), ProgressIndicatorBase public ref class LoadingMaskBase : ILoadingMask

- T

All Members | Constructors | Methods | Fields | ||
Icon | Member | Description |
---|---|---|
![]() | LoadingMaskBase<(Of <(<'T>)>)>()()()() | Initializes a new instance of the LoadingMaskBase<(Of <(<'T>)>)> class |
![]() | LoadingMaskBase<(Of <(<'T>)>)>(DisplayListMember) | Initializes a new instance of the LoadingMaskBase<(Of <(<'T>)>)> class |
![]() | LoadingMaskBase<(Of <(<'T>)>)>(DisplayListMember, String) | Initializes a new instance of the LoadingMaskBase<(Of <(<'T>)>)> class |
![]() ![]() | DebugMode | |
![]() | Dispose()()()() | Releases all resources used by the LoadingMaskBase<(Of <(<'T>)>)> |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | Mask(DisplayListMember) |
Shows the mask
|
![]() | MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SetMessage(String) |
Updates the mask message
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Unmask()()()() |
Hides the mask
|

Object | ||
![]() | LoadingMaskBase<(Of <(<'T>)>)> | |
![]() | LoadingMask |