AceoffixCtrlTheme Property |
Gets or sets the theme of the AceoffixCtrl.
Namespace: AceoffixAssembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntaxpublic ThemeType Theme { get; set; }
Public Property Theme As ThemeType
Get
Set
<asp:AceoffixCtrl Theme="ThemeType" />
Property Value
Type:
ThemeTypeThe default value is ThemeType.Office2010.
RemarksWhen the value of Theme does not equal CustomStyle, the property setting for MenubarColor, MenubarTextColor,
TitlebarColor, TitlebarTextColor by developers will be invalid.
See Also