ShellAddressBarMaxDropDownCount Property |
Gets or sets the number of items that should be displayed without vertical scrollbar.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public int MaxDropDownCount { get; set; }
Public Property MaxDropDownCount As Integer
Get
Set
public:
property int MaxDropDownCount {
int get ();
void set (int value);
}
member MaxDropDownCount : int with get, set
Property Value
Type:
Int32See Also