ShellAddressBarProgressMax Property |
Gets or sets the maximum value of the progress bar.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public 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:
Int32See Also