eDriven Framework API
LoadingMaskBase<(Of <(<'T>)>)> Class
NamespaceseDriven.Gui.ComponentsLoadingMaskBase<(Of <(<'T>)>)>
eDriven Framework API
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();
Declaration Syntax
C#Visual BasicVisual 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
Generic Template Parameters
T
Members
All MembersConstructorsMethodsFields



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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

Inheritance Hierarchy
Object
LoadingMaskBase<(Of <(<'T>)>)>
 LoadingMask

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)