Version

Search Results

ResetAlwaysInEditMode Method (TextEditorControlBase)

Resets the AlwaysInEditMode property to its default value. Syntax Remarks Invoke this method to reset the AlwaysInEditMode property to its default value. Once this method is invoked, the ShouldSerializeAlwaysInEditMode method will return False until the AlwaysInEditMode property is set again. Example

ResetAppearance Method (TextEditorControlBase)

Resets the Appearance property to its default value. Syntax Remarks Invoke this method to reset the Appearance property to its default value. Once this method is invoked, the ShouldSerializeAppearance method will return False until the Appearance property is set again. Example

ResetAutoSize Method (TextEditorControlBase)

Resets the AutoSize property to its default value. Syntax Remarks Invoke this method to reset the AutoSize property to its default value. Once this method is invoked, the ShouldSerializeAutoSize method will return False until the AutoSize property is set again. Example

ResetBorderStyle Method (TextEditorControlBase)

Resets the BorderStyle property to its default value. Syntax Remarks Invoke this method to reset the BorderStyle property to its default value. Once this method is invoked, the ShouldSerializeBorderStyle method will return False until the BorderStyle property is set again. Example

ResetCharacterCasing Method

Resets the CharacterCasing property to its default value. Syntax Remarks Invoke this method to reset the CharacterCasing property to its default value. Once this method is invoked, the ShouldSerializeCharacterCasing method will return False until the CharacterCasing property is set again. Example

ResetDisplayStyle Method (TextEditorControlBase)

Resets the DisplayStyle property to its default value. Syntax Remarks Invoke this method to reset the DisplayStyle property to its default value. Once this method is invoked, the ShouldSerializeDisplayStyle method will return False until the DisplayStyle property is set again. Example