Skip to main content
All docs
V23.2

CustomTextMaskManager Members

Constructors

Name Description
CustomTextMaskManager(EventHandler<CustomTextMaskInputArgs>, Object) Initializes a new instance of the CustomTextMaskManager class with specified settings.

Properties

Name Description
DisplaySelectionEnd Inherited from MaskManager.
DisplaySelectionLength Inherited from MaskManager.
DisplaySelectionStart Inherited from MaskManager.
IsEditValueAssignedAsFormattedText
IsFinal Inherited from MaskManager.
IsMatch Inherited from MaskManager.
IsSelection Inherited from MaskManager.
TestDisplayText Inherited from MaskManager.

Methods

Name Description
Backspace()
Create(MaskAttributes, IEnumerable<Tuple<String, Type, Object>>) static Inherited from MaskManager.
Create(String, Type, IEnumerable<Tuple<String, Type, Object>>) static Inherited from MaskManager.
Create(Type, Type, IEnumerable<Tuple<String, Type, Object>>) static Inherited from MaskManager.
CursorEnd() Inherited from MaskManager.
CursorHome() Inherited from MaskManager.
CursorMoveConditional(Boolean, Boolean, Boolean) Inherited from MaskManager.
CursorMoveFar(Boolean) Inherited from MaskManager.
CursorMoveNear(Boolean) Inherited from MaskManager.
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() Inherited from MaskManager.
GetCompatibleMaskManagerType(Type) static Inherited from MaskManager.
GetDisplayParameters(MaskAttributes, MaskManager.ParameterVisibility) static Inherited from MaskManager.
GetDisplayParameters(String, Type, MaskManager.ParameterVisibility) static Inherited from MaskManager.
GetDisplayParameters(Type, Type, MaskManager.ParameterVisibility) static Inherited from MaskManager.
GetDisplayParameters(Type, Type, String, IEnumerable<Tuple<String, Type, Object>>) static Inherited from MaskManager.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetMaskManagerInfoProperty<T>(Type, Func<MaskManager.ManagerInfo, T>) static Inherited from MaskManager.
GetName(Object, Type, String) static Inherited from MaskManager.
GetPredefinedParameters(IEnumerable<Tuple<String, Type, String>>) static Inherited from MaskManager.
GetRegisteredTypeInfos() static Inherited from MaskManager.
GetRegisteredTypes() static Inherited from MaskManager.
GetType() Gets the Type of the current instance. Inherited from Object.
Insert(String)
IsAutoInstallMaskManagerType(Type) static Inherited from MaskManager.
IsCompatible(Type, Type) static Inherited from MaskManager.
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 Inherited from MaskManager.
RegisterMaskManagerInfo(Type, IReadOnlyCollection<MaskManager.ManagerInfo.StandardMaskSpecifier>, IReadOnlyCollection<MaskManager.ManagerInfo.CustomPlaceholder>, String, String, String, String, Boolean) static Inherited from MaskManager.
RegisterMaskManagerInfo(Type, Type, String) static Inherited from MaskManager.
RegisterMaskManagerType(Object, Type, String) static Inherited from MaskManager.
RegisterMaskManagerType(Object, Type) static Inherited from MaskManager.
RegisterMaskManagerType(String, Type) static Inherited from MaskManager.
RegisterMaskManagerType(Type, Type) static Inherited from MaskManager.
RegisterMaskManagerType(Type) static Inherited from MaskManager.
ResolveMaskManagerType(Object, Func<Type>, AnnotationAttributes) static Inherited from MaskManager.
ResolveMaskManagerType(Object, Type) static Inherited from MaskManager.
ResolveMaskManagerType(String) static Inherited from MaskManager.
ResolveMaskManagerType(Type, String) static Inherited from MaskManager.
SpinDown()
SpinUp()
ToString() Returns a string that represents the current object. Inherited from Object.

Events

Name Description
EditTextChanged Inherited from MaskManager.
EditTextChanging Inherited from MaskManager.
LocalEditAction Inherited from MaskManager.
See Also