| ShellBreadCrumbBarProgressMax Property  | 
 
            Gets or sets the maximum value of the progress bar.
            
 
    Namespace: 
   Jam.Shell
    Assembly:
   ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
 Syntax
Syntaxpublic int ProgressMax { get; set; }Public Property ProgressMax As Integer
	Get
	Set
public:
property int ProgressMax {
	int get ();
	void set (int value);
}member ProgressMax : int with get, set
Property Value
Type: 
Int32 See Also
See Also