ShellAddressBarCanOverflow Property |
Determines how the control handles overflow of items if there is not enough space for all breadcrumbs.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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
Boolean
See Also