AutoHideFrameAppearance Class Methods
In This Topic
For a list of all members of this type, see AutoHideFrameAppearance members.
Public Methods
| Name | Description |
 | ResetAnimationDuration | Resets the value of the AnimationDuration property to its default value, 150 milliseconds. |
 | ResetBackColor | Resets the value of the BackColor property to its default value, a variation of SystemColors.Control. |
 | ResetLeftRightWidth | Resets the value of the LeftRightWidth property to its default value, 22 pixels. |
 | ResetSelectedTabBackColor | Resets the value of the SelectedTabBackColor property to its default value, TabBackColor. |
 | ResetSelectedTabFont | Resets the value of the SelectedTabFont property to its default value, TabFont. |
 | ResetSelectedTabForeColor | Resets the value of the SelectedTabForeColor property to its default value, TabForeColor. |
 | ResetShowHideDelay | Resets the value of the ShowHideDelay property to its default value, 500 milliseconds. |
 | ResetTabBackColor | Resets the value of the TabBackColor property to its default value, SystemColors.Control. |
 | ResetTabBorderColor | Resets the value of the TabBorderColor property to its default value, SystemColors.ControlDark. |
 | ResetTabFont | Resets the value of the TabFont property to its default value, "Tahoma 8 point". |
 | ResetTabForeColor | Resets the value of the TabForeColor property to its default value, SystemColors.ControlDarkDark. |
 | ResetTopBottomHeight | Resets the value of the TopBottomHeight property to its default value, 22 pixels. |
Top
See Also