Version

Search Results

CharacterCasing Property (TextEditorControlBase)

Gets or sets whether the control modifies the case of characters as they are typed. Syntax

Clear Method (TextEditorControlBase)

Clears all text from the control. Syntax Remarks Note: The Clear method will only function correctly when the AlwaysInEditMode property is set to true.

ClearUndo Method

Clears information about the most recent operation from the undo buffer of the control. Syntax Remarks Note: The ClearUndo method will only function correctly when the AlwaysInEditMode property is set to true.

controlAppearance Field

AppearanceHolder for the controls main Appearance. Syntax

controlNullTextAppearance Field

AppearanceHolder for the NullTextAppearance. Syntax

Copy Method (TextEditorControlBase)

Copies the current selection in the control to the Clipboard Syntax Remarks Note: The Copy method will only function correctly when the AlwaysInEditMode property is set to true.