The following tables list the members exposed by AutoHideFrameAppearance.
Public Properties
| Name | Description |
| AnimationDuration | Gets or sets a value indicating the time it takes, in milliseconds, to show or hide auto hide ToolWindows. |
| BackColor | Gets or sets the background color of the AutoHideFrame. |
| LeftRightWidth | Gets or sets a value representing the width, in pixels, of the left and right sections of the AutoHideFrame. |
| SelectedTabBackColor | Gets or sets the selected tab's background color. |
| SelectedTabFont | Gets or sets the font of the selected tab. |
| SelectedTabForeColor | Gets or sets the selected tab's foreground color. |
| ShowHideDelay | Gets or sets a value indicating in milliseconds, the length of time the mouse must hover over an auto hide ToolWindow's tab before the animation to show/hide a ToolWindow begins. |
| TabBackColor | Gets or sets the background color of the tabs contained in the AutoHideFrame. |
| TabBorderColor | Gets or sets the border color of the tabs contained in the AutoHideFrame. |
| TabFont | Gets or sets the font of the tabs contained in the AutoHideFrame. |
| TabForeColor | Gets or sets the foreground color of the tabs contained in the AutoHideFrame. |
| TopBottomHeight | Gets or sets a value representing the height, in pixels, of the top and bottom sections of the AutoHideFrame. |
Top
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
Public Events
See Also