AceoffixCtrlMenubarColor Property |
Gets or sets the back color of the menubar of the AceoffixCtrl.
Namespace: AceoffixAssembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntaxpublic Color MenubarColor { get; set; }
Public Property MenubarColor As Color
Get
Set
<asp:AceoffixCtrl MenubarColor="Color" />
Property Value
Type:
ColorThe default value is system menu back color.
RemarksWhen Theme is ThemeType.CustomStyle, this property is valid.
See Also