Overload List
(Read-only) Returns whether the controls editor is currently in edit mode. Available only at runtime. Syntax
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.
Returns true if the key is a valid input key for this control Syntax Parameters keyData The key to test.
Gets or sets the maximum number of characters the user can type into the control. Syntax Remarks When the MaxLength property is set to 0, the number of characters accepted by the control is limited only by available memory.
This property is for Infragistics internal use only. Syntax
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