AceoffixCtrlCustomToolbar Property |
Sets or retrieves a value that indicates whether the custom tool bar of AceoffixCtrl shows.
Namespace: AceoffixAssembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntaxpublic bool CustomToolbar { get; set; }
Public Property CustomToolbar As Boolean
Get
Set
<asp:AceoffixCtrl CustomToolbar="True|False" />
Property Value
Type:
BooleanThe default value is true.
See Also