The Reset method enables you to restore default values to all the properties of the current appearance object. This method sets the properties as follows:
- BackColor, BackColor2, ForeColor and BorderColor to an empty string;
- Font to the control's default font;
- GradientMode to the LinearGradientMode.Horizontal value;
- Image to a null reference;
- properties that specify which appearance settings should be inherited are set to false. These properties can be accessed via the Options property;
- text options are set to their default values. These options can be accessed via the TextOptions property.