Version

DisplayCharBase Class Members

The following tables list the members exposed by DisplayCharBase.

Public Properties
 NameDescription
Public PropertyCharReturns the char associated with this character position. If it's an InputPositionBase derivative (character placeholder), it will return the character that the user has input, or 0 if it's empty. For LiteralPosition and derivatives, it will return the associated literal character. Set of this property will only work if IsEditable returns true, otherwise it will throw an exception.  
Public PropertyDrawStringReturns the string that will be drawn by this display character.  
Public PropertyIncludeMethodReturns or sets a value that specifies how MaskMode is used in deciding whether or not to include the character.  
Public PropertyIsEditableIndicates if the character position is an editable position, one that user can input a character into. The literal characters will return False.  
Public PropertyVisibilityReturns whether this display character should be displayed.  
Protected Properties
 NameDescription
Protected PropertyHasListeners (Inherited from Infragistics.PropertyChangeNotifier)
Public Methods
 NameDescription
Public MethodMatchCharReturns true if the specified character c matches the mask  
Protected Methods
 NameDescription
Protected MethodOnFirstListenerAdding (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnHasListenersChanged (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnPropertyChanged (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodRaisePropertyChangedEvent (Inherited from Infragistics.PropertyChangeNotifier)
Public Events
 NameDescription
Public EventPropertyChanged (Inherited from Infragistics.PropertyChangeNotifier)
See Also