NetXP 3.0 Reference

ProgressPanel Properties

The properties of the ProgressPanel class are listed below. For a complete list of ProgressPanel class members, see the ProgressPanel Members topic.

Public Instance Properties

Alignment (inherited from StatusBarPanel) Gets or sets the alignment of text and icons within the status bar panel.
AutoSize (inherited from StatusBarPanel) Gets or sets a value indicating whether the status bar panel is autosized.
BorderStyle (inherited from StatusBarPanel) Gets or sets the border style of the status bar panel.
Container (inherited from Component) Gets the IContainer that contains the Component.
Icon (inherited from StatusBarPanel) Gets or sets the icon to display within the status bar panel.
Maximum Gets or sets the maximum value for the progress bar.
Minimum Gets or sets the minimum value for the progress bar.
MinWidth (inherited from StatusBarPanel)Gets or sets the minimum allowed width of the status bar panel within the StatusBar control.
Parent (inherited from StatusBarPanel) Gets the StatusBar control that hosts the status bar panel.
Site (inherited from Component) Gets or sets the ISite of the Component.
Style (inherited from StatusBarPanel) Gets or sets the style of the status bar panel.
Text (inherited from StatusBarPanel) Gets or sets the text of the status bar panel.
ToolTipText (inherited from StatusBarPanel) Gets or sets ToolTip text associated with the status bar panel.
Value Gets or sets the actual value of the progress bar.
Width (inherited from StatusBarPanel) Gets or sets the width of the status bar panel within the StatusBar control.

See Also

ProgressPanel Class | NETXP.Controls.Bars Namespace