Version

Search Results

ResetHideSelection Method

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

ResetMaxLength Method

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

ResetNullable Method (TextEditorControlBase)

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

ResetNullText Method (TextEditorControlBase)

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

ResetNullTextAppearance Method (TextEditorControlBase)

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

ResetOverflowIndicatorImage Method

Resets the image shown in the overflow indicator. Syntax Example

ResolveAppearance(AppearanceData,AppearancePropFlags) Method

Resolves the specified Appearance by setting its default values to the actual values used by the control Syntax Parameters appearance The AppearanceData to resolverequestedProps Bit flags representing which Appearance properties are to be resolved