Version

Search Results

ResetPressedAppearance Method (SettingsBase)

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

ResetShowToolTips Method (SettingsBase)

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

ResetToolAppearance Method

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

ResetToolDisplayStyle Method

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

ResetUseLargeImages Method

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

SerializeTag(SerializationInfo,String) Method

Syntax Parameters info name

ShouldSerializeAppearance Method (SettingsBase)

Determines whether the Appearance property is set to its default value. Syntax Return Value True if the Appearance property is not set to its default value; False otherwise. Remarks Invoke the ResetAppearance method to reset this property to its default value.