ShellAddressBarMinOverflowButtonCount Property |
Gets or sets the minimum number of buttons that should be shown when control is in overflow mode.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public int MinOverflowButtonCount { get; set; }
Public Property MinOverflowButtonCount As Integer
Get
Set
public:
property int MinOverflowButtonCount {
int get ();
void set (int value);
}
member MinOverflowButtonCount : int with get, set
Property Value
Type:
Int32Remarks
Cannot be smaller than 1.
See Also