ShellAddressBarCanOverflow Property |
Determines how the control handles overflow of items if there is not enough space for all breadcrumbs.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public bool CanOverflow { get; set; }
Public Property CanOverflow As Boolean
Get
Set
public:
property bool CanOverflow {
bool get ();
void set (bool value);
}
member CanOverflow : bool with get, set
Property Value
Type:
BooleanSee Also