Name | Description | |
---|---|---|
ResetBackColor | Resets the value of the BackColor property to its default value, a variation of SystemColors.ActiveCaption. | |
ResetBorderColor | Resets the value of the BorderColor property to its default value, a variation of SystemColors.Control. | |
ResetFont | Resets the value of the Font property to its default value. | |
ResetForeColor | Resets the value of the ForeColor property to its default value, SystemColors.ActiveCaptionText. | |
ResetHeight | Resets the value of the Height property to its default value, System.Windows.Forms.SystemInformation.ToolWindowCaptionHeight. | |
ResetInactiveBackColor | Resets the value of the InactiveBackColor property to its default value, SystemColors.Control. | |
ResetInactiveBorderColor | Resets the value of the InactiveBorderColor property to its default value, SystemColors.ControlDark. | |
ResetInactiveFont | Resets the value of the InactiveFont property to its default value. | |
ResetInactiveForeColor | Resets the value of the InactiveForeColor property to its default value, SystemColors.ControlText. |