Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the style of the progress bar that is displayed when changes are being saved.
Namespace: Microsoft.WindowsServerSolutions.Properties
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
protected ProgressBarStyle ProgressStyle { get; set; }
protected:
property ProgressBarStyle ProgressStyle {
ProgressBarStyle get();
void set(ProgressBarStyle value);
}
Protected Property ProgressStyle As ProgressBarStyle
Property Value
Type: System.Windows.Forms.ProgressBarStyle
One of the System.Windows.Forms.ProgressBarStyle enumeration values.
See Also
PropertyForm Class
Microsoft.WindowsServerSolutions.Properties Namespace
Return to top