Version

AlphaNumericChar Class Members

The following tables list the members exposed by AlphaNumericChar.

Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyAppearanceDetermines the appearance of the displayed characters. (Inherited from Infragistics.Win.UltraWinMaskedEdit.DisplayCharBase)
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 literal character that will be used in storing the text (if one of the DataMaskModes is to include literals) set will only work if IsEditable returns true, otherwise it will throw an exception (Inherited from Infragistics.Win.UltraWinMaskedEdit.InputCharBase)
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyHasAppearanceReturns true if an appearance object has been created. (Inherited from Infragistics.Win.UltraWinMaskedEdit.DisplayCharBase)
Public PropertyIncludeMethodReturns or sets a value that specifies how MaskMode is used in deciding whether or not to include the character. (Inherited from Infragistics.Win.UltraWinMaskedEdit.DisplayCharBase)
Public PropertyIsEditableOverridden, returns true to indicate that InputPositionBase derivatives are editable character positions. (Inherited from Infragistics.Win.UltraWinMaskedEdit.InputCharBase)
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected Properties
 NameDescription
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
Public Methods
 NameDescription
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDispose (Inherited from Infragistics.Shared.DisposableObject)
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodMatchCharOverridden. checks to see if specified character c matches  
Public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnDisposeCalled when the object is disposed of (Inherited from Infragistics.Win.UltraWinMaskedEdit.DisplayCharBase)
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnSubObjectPropChangedCalled when a property has changed on a sub object (Inherited from Infragistics.Win.UltraWinMaskedEdit.DisplayCharBase)
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public Events
 NameDescription
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also