Class Office2010OutlookColors
Inheritance
Inherited Members
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class Office2010OutlookColors
Constructors
Office2010OutlookColors()
Declaration
public Office2010OutlookColors()
Properties
BarItemCheckBorderColor
Gets or sets border color of the checked BarItem.
Declaration
public static Color BarItemCheckBorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
BarItemCheckDarkColor
Gets or sets dark color of the checked BarItem.
Declaration
public static Color BarItemCheckDarkColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
BarItemCheckLightColor
Gets or sets light color of the checked BarItem.
Declaration
public static Color BarItemCheckLightColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
BarItemHighlightBorderColor
Gets or sets border color of the BarItem.
Declaration
public static Color BarItemHighlightBorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
BarItemHighlightDarkColor
Gets or sets dark color of the BarItem.
Declaration
public static Color BarItemHighlightDarkColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
BarItemHighlightLightColor
Gets or sets light color of the BarItem.
Declaration
public static Color BarItemHighlightLightColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
BarItemPressBorderColor
Gets or sets border color of the pressed BarItem.
Declaration
public static Color BarItemPressBorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
BarItemPressDarkColor
Gets or sets dark color of the pressed BarItem.
Declaration
public static Color BarItemPressDarkColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
BarItemPressLightColor
Gets or sets light color of the pressed BarItem.
Declaration
public static Color BarItemPressLightColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
BorderColor
Gets or sets the color of the border.
Declaration
public static Color BorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ComboButtonDarkColor
Gets or sets dark color for CombobBox button.
Declaration
public static Color ComboButtonDarkColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ComboButtonLightColor
Gets or sets light color for CombobBox button.
Declaration
public static Color ComboButtonLightColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DDBarItemBorderColor
Gets or sets the color for border of the DropDownBarItem.
Declaration
public static Color DDBarItemBorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DDBarItemDarkColor
Gets or sets the dark color of the DropDownBarItem.
Declaration
public static Color DDBarItemDarkColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DDBarItemLightColor
Gets or sets the light color of the DropDownBarItem.
Declaration
public static Color DDBarItemLightColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DropDownHighlightDarkColor
Gets or sets dark color for highlight dropdown button of the CommandBar.
Declaration
public static Color DropDownHighlightDarkColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DropDownHighlightLightColor
Gets or sets light color for highlight dropdown button of the CommandBar.
Declaration
public static Color DropDownHighlightLightColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DropDownPressedDarkColor
Gets or sets dark color for pressed dropdown button of the CommandBar.
Declaration
public static Color DropDownPressedDarkColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DropDownPressedLightColor
Gets or sets light color for pressed dropdown button of the CommandBar.
Declaration
public static Color DropDownPressedLightColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
InnerBorderColor
Gets or sets the color of the inner border.
Declaration
public static Color InnerBorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
LeftAHPanelColor
Gets/sets color of left AH panel.
Declaration
public static Color LeftAHPanelColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
MenuBackground
Gets or sets the background color of the menu.
Declaration
public static Color MenuBackground { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
MenuBorderColor
Gets or sets the color for border of the menu.
Declaration
public static Color MenuBorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
MenuCheckMarkBorderColor
Gets or sets the color for check mark border of the menu.
Declaration
public static Color MenuCheckMarkBorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
MenuCheckMarkColor
Gets or sets the color for check mark of the menu.
Declaration
public static Color MenuCheckMarkColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
MenuColumnStyleColor
Gets or sets the color for column of the menu.
Declaration
public static Color MenuColumnStyleColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
MenuSelectedCheckMarkBorderColor
Gets or sets the color for selected check mark border of the menu.
Declaration
public static Color MenuSelectedCheckMarkBorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
MenuSelectedCheckMarkColor
Gets or sets the color for selected check mark of the menu.
Declaration
public static Color MenuSelectedCheckMarkColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
MenuSelectedItemBorderColor
Gets or sets the color for border selected item of the menu.
Declaration
public static Color MenuSelectedItemBorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
MenuSelectedItemColor
Gets or sets the color for selected item of the menu.
Declaration
public static Color MenuSelectedItemColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
MenuSeparatorColor
Gets or sets the color for separator of the menu.
Declaration
public static Color MenuSeparatorColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
PanelColor
Gets or sets the color of the panel.
Declaration
public static Color PanelColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
RightAHPanelColor
gets/sets color of right auto hide panel.
Declaration
public static Color RightAHPanelColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
TabItemColor
Gets or sets the color of the tab item.
Declaration
public static Color TabItemColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
UseThemedColors
Gets a value indicating whether themed colors are used.
Declaration
public static bool UseThemedColors { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Methods
UpdateMenuColors(Office2010Theme)
Declaration
public static void UpdateMenuColors(Office2010Theme theme)
Parameters
Type | Name | Description |
---|---|---|
Office2010Theme | theme |