ShellHistoryToolBarDivider Property |
Gets or sets a value indicating whether the toolbar displays a divider.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax public 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
Property Value
Type:
BooleanSee Also