Share via


PropertyForm.ProgressStyle Property

 

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