ShellBreadCrumbBarCanOverflow Property |
Determines if control supports overflow.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.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