ShellHistoryToolBarWrappable Property |
Gets or sets a value indicating whether the toolbar buttons wrap to the next line if the toolbar becomes too small to display all the buttons on the same line.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic bool Wrappable { get; set; }Public Property Wrappable As Boolean
Get
Set
public:
property bool Wrappable {
bool get ();
void set (bool value);
}member Wrappable : bool with get, set
Property Value
Boolean
See Also