ShellAddressBarOverflowThreshold Property |
Gets or sets the minimum space in pixels between right side and last breadcrumb before overflow is started.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public int OverflowThreshold { get; set; }
Public Property OverflowThreshold As Integer
Get
Set
public:
property int OverflowThreshold {
int get ();
void set (int value);
}
member OverflowThreshold : int with get, set
Property Value
Type:
Int32Remarks
Cannot be smaller than 0.
See Also