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