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