Skip to main content
All docs
V23.2

MaskManager Methods

Name Description
Backspace()
Create(MaskAttributes, IEnumerable<Tuple<String, Type, Object>>) static
Create(String, Type, IEnumerable<Tuple<String, Type, Object>>) static
Create(Type, Type, IEnumerable<Tuple<String, Type, Object>>) static
CursorEnd()
CursorEnd(Boolean)
CursorHome()
CursorHome(Boolean)
CursorMoveConditional(Boolean, Boolean, Boolean)
CursorMoveFar(Boolean, Boolean)
CursorMoveFar(Boolean)
CursorMoveNear(Boolean, Boolean)
CursorMoveNear(Boolean)
CursorToDisplayPosition(Int32, Boolean)
Delete()
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
FlushPendingEditActions()
GetCompatibleMaskManagerType(Type) static
GetCurrentEditText()
GetCurrentEditValue()
GetDisplayParameters(MaskAttributes, MaskManager.ParameterVisibility) static
GetDisplayParameters(String, Type, MaskManager.ParameterVisibility) static
GetDisplayParameters(Type, Type, MaskManager.ParameterVisibility) static
GetDisplayParameters(Type, Type, String, IEnumerable<Tuple<String, Type, Object>>) static
GetHashCode() Serves as the default hash function. Inherited from Object.
GetMaskManagerInfoProperty<T>(Type, Func<MaskManager.ManagerInfo, T>) static
GetName(Object, Type, String) static
GetPredefinedParameters(IEnumerable<Tuple<String, Type, String>>) static
GetRegisteredTypeInfos() static
GetRegisteredTypes() static
GetType() Gets the Type of the current instance. Inherited from Object.
Insert(String)
IsAutoInstallMaskManagerType(Type) static
IsCompatible(Type, Type) static
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
RegisteredTypeInfos(Type) static
RegisterMaskManagerInfo(Type, IReadOnlyCollection<MaskManager.ManagerInfo.StandardMaskSpecifier>, IReadOnlyCollection<MaskManager.ManagerInfo.CustomPlaceholder>, String, String, String, String, Boolean) static
RegisterMaskManagerInfo(Type, Type, String) static
RegisterMaskManagerType(Object, Type, String) static
RegisterMaskManagerType(Object, Type) static
RegisterMaskManagerType(String, Type) static
RegisterMaskManagerType(Type, Type) static
RegisterMaskManagerType(Type) static
ResolveMaskManagerType(Object, Func<Type>, AnnotationAttributes) static
ResolveMaskManagerType(Object, Type) static
ResolveMaskManagerType(String) static
ResolveMaskManagerType(Type, String) static
SelectAll()
SetInitialEditText(String)
SetInitialEditValue(Object)
SpinDown()
SpinUp()
ToString() Returns a string that represents the current object. Inherited from Object.
Undo()
See Also