The appearance of the ToolStrip control is configured by using style properties
or by using predefined themes. Also user may define style for each button state
- default, hover, selected, disabled.
Every button on the toolbar can be customized independantly to either display text,
picture or both.
To set appearance of the tabs in miscellaneous
modes use ButtonStyle,
SelectedButtonStyle,
HoverButtonStyle,
DisabledButtonStyle and
HoverSelectedButtonStyle properties
of the control.
To enable gradient appearance set
EnableGradient property to
true, start color of gradient defined by GradientStartColor, end color of gradient defined by
GradientEndColor, orientation
(horizontal or vertical) is defined by GradientOrientation property. Alse user may use predefined themes
for gradients: Olive, Silver, Blue, Hover, Selected, HoverSelected. Use
GradientTheme property to set
theme. |