ShellBreadCrumbBarProgress Property |
Gets or sets the current progress value.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax public int Progress { get; set; }
Public Property Progress As Integer
Get
Set
public:
property int Progress {
int get ();
void set (int value);
}
member Progress : int with get, set
Property Value
Type:
Int32See Also