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