[]
Represents a set of color properties to customize appearance of C1NavBar.
[TypeConverter(typeof(gq))]
public class C1NavBarTheme
The theme colors are reset when VisualStyle property is changed to a new value.
Some theme colors have effect only with certain visual styles.
| List of the C1NavBarTheme properties, which have effect in WindowsXP visual style: |
|---|
| BorderColor |
| ButtonNormalForeColor |
| PanelHeaderForeColor |
| ButtonHighlightedGradientBegin |
| ButtonHighlightedGradientEnd |
| ButtonPressedGradientBegin |
| ButtonPressedGradientEnd |
| SeparatorNormalColor |
| SectionHeaderForeColor |
Note, Theme does not have effect in Office2007, Office2010 visual styles.
| Name | Description |
|---|---|
| C1NavBarTheme(C1NavBar) | Initializes a new instance of the C1NavBarTheme class. |
| Name | Description |
|---|---|
| BlueTheme | Gets the theme that corresponds to the default blue color scheme. |
| BorderColor | Border color. |
| ButtonCheckedForeColor | Represents foreground color of button when it is in checked state. |
| ButtonCheckedGradientBegin | Represents 1st gradient color of button background when it is in checked state. |
| ButtonCheckedGradientEnd | Represents 2nd gradient color of button background when it is in checked state. |
| ButtonHighlightedForeColor | Represents foreground color of button when it is highlighted. |
| ButtonHighlightedGradientBegin | Represents 1st gradient color of button background when it is highlighted. |
| ButtonHighlightedGradientEnd | Represents 2nd gradient color of button background when it is highlighted. |
| ButtonNormalForeColor | Represents foreground color of button in normal state. |
| ButtonNormalGradientBegin | Represents 1st gradient color of button background in normal state. |
| ButtonNormalGradientEnd | Represents 2nd gradient color of button background in normal state. |
| ButtonPressedForeColor | Represents foreground color of button when it is pressed. |
| ButtonPressedGradientBegin | Represents 1st gradient color of button background when it is pressed. |
| ButtonPressedGradientEnd | Represents 2nd gradient color of button background when it is pressed. |
| ClassicTheme | Gets the theme that corresponds to the Windows Classic style. |
| GripGradientBegin | Represents 1st gradient color of grip line. |
| GripGradientEnd | Represents 2nd gradient color of grip line. |
| OliveGreenTheme | Gets the theme that corresponds to the Olive Green color scheme. |
| PanelHeaderForeColor | Represents foreground color of panel header. |
| PanelHeaderGradientBegin | Represents 1st background gradient color of panel header. |
| PanelHeaderGradientEnd | Represents 2nd background gradient color of panel header. |
| RoyaleTheme | Gets the theme that corresponds to the Media Center style. |
| SectionHeaderForeColor | Represents foreground color of section header. |
| SectionHeaderGradientBegin | Represents 1st background gradient color of section header. |
| SectionHeaderGradientEnd | Represents 2nd background gradient color of section header. |
| SeparatorLightColor | Represents color of horizontal rule in C1NavBar section header. |
| SeparatorNormalColor | Represents color of horizontal rule between C1NavBar sections. |
| SilverTheme | Gets the theme that corresponds to the Silver color scheme. |