Version

Search Results

IsInEditMode Property (TextEditorControlBase)

(Read-only) Returns whether the controls editor is currently in edit mode. Available only at runtime. Syntax

IsInputChar Method (TextEditorControlBase)

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.

IsInputKey Method (TextEditorControlBase)

Returns true if the key is a valid input key for this control Syntax Parameters keyData The key to test.

MaxLength Property

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.

Modified Property

This property is for Infragistics internal use only. Syntax

MouseEnterElement Event (TextEditorControlBase)

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

MouseLeaveElement Event (TextEditorControlBase)

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