Returns true if the character should be sent directly to the control and not preprocessed, false otherwise. Syntax Parameters charCode The character to test. Return Value True if the character should be sent directly to the control and not preprocessed, false otherwise.
Returns true if the key is a valid input key for this control Syntax Parameters keyData Key data. Return Value True if the key is a valid input key for this control.
lastValidValue Syntax
mainElement Syntax
Returns or sets the mask that is applied to the controls text when it is copied to the clipboard. Syntax Remarks This property is used to determine how mask literals and prompt characters are handled when the text of the control is copied to the Windows clipboard. Based on the setting of this property, the text in...
Returns or sets the mask that is applied to the text displayed by the control. Syntax Remarks This property is used to determine how mask literals and prompt characters are displayed when the control is not in edit mode. Based on the setting of this property, the text displayed in the control will contain no promp...
Returns or sets the input mask used by the control. Syntax Remarks When inputting data, placeholder characters are displayed, and the user can only replace a placeholder with a character that is of the same type as the one specified in the input mask. The control can distinguish between numeric and alphabetic char...
Syntax Event Data The event handler receives an argument of type Infragistics.Win.UIElementEventArgs containing data related to this event. The following UIElementEventArgs properties provide information specific to this event.Property Description Element
Syntax Event Data The event handler receives an argument of type Infragistics.Win.UIElementEventArgs containing data related to this event. The following UIElementEventArgs properties provide information specific to this event.Property Description Element