Win32ToolBarDivider Property |
Gets or sets a value indicating whether the toolbar displays a divider.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic bool Divider { get; set; }Public Property Divider As Boolean
Get
Set
public:
property bool Divider {
bool get ();
void set (bool value);
}member Divider : bool with get, set
Return Value
Boolean if the toolbar displays a divider; otherwise,
. The default is
.
See Also