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