|
|
|
|
ButtonStyle Property, ScrollingClass Class |
Defines the scroll button and Close, Minimize, Restore button appearance.
Syntax ScrollingClass Class (Softelvdm.SftTabsNET)
VB |
Public Property ButtonStyle As ScrollButtonStyle |
C# |
public ScrollButtonStyle ButtonStyle { get; set; } |
C++ |
public: property ScrollButtonStyle ButtonStyle { |
Property Value
The scroll button and Close, Minimize, Restore button appearance.
Value |
Description |
|
0 | The environment's default button controls are used. Honors Windows themes if available, otherwise a regular button is displayed. | |
1 | Buttons use Windows themes if available, otherwise a regular button is displayed. | |
2 | Classic button controls are used as buttons which never use Windows themes. | |
3 | Hover button controls are used as buttons which only show a border when the mouse cursor is above the button. | |
4 | Buttons use MDI-style Windows themes if available, otherwise a regular button is displayed. |
The default value is ScrollButtonStyle.Themed.
Comments
The ButtonStyle property defines the scroll button and Close, Minimize, Restore button appearance.
If the tab control uses Windows themes and buttons are defined to use themes, the ButtonBackColor property has no effect.