Click or drag to resize
AceoffixCtrlTheme Property
Gets or sets the theme of the AceoffixCtrl.

Namespace: Aceoffix
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public ThemeType Theme { get; set; }

Property Value

Type: ThemeType
The default value is ThemeType.Office2010.
Remarks
When the value of Theme does not equal CustomStyle, the property setting for MenubarColor, MenubarTextColor, TitlebarColor, TitlebarTextColor by developers will be invalid.
See Also