| ShellBreadCrumbBarMinOverflowButtonWidth Property  | 
 
            Gets or sets the minimum button width in pixels if control is in overflow mode.
            
 
    Namespace: 
   Jam.Shell
    Assembly:
   ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
 Syntax
Syntaxpublic int MinOverflowButtonWidth { get; set; }Public Property MinOverflowButtonWidth As Integer
	Get
	Set
public:
property int MinOverflowButtonWidth {
	int get ();
	void set (int value);
}member MinOverflowButtonWidth : int with get, set
Property Value
Type: 
Int32 Remarks
Remarks
            Cannot be smaller than 40.
            
 See Also
See Also