NetXP 3.0 Reference

ProgressPanel Members

ProgressPanel overview

Public Instance Constructors

ProgressPanel Constructor Constructs a new ProgressPanel.

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.

Public Instance Methods

BeginInit (inherited from StatusBarPanel) 
CreateObjRef (inherited from MarshalByRefObject)Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Dispose (inherited from Component) Releases all resources used by the Component.
EndInit (inherited from StatusBarPanel) 
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetLifetimeService (inherited from MarshalByRefObject)Retrieves the current lifetime service object that controls the lifetime policy for this instance.
GetType (inherited from Object)Gets the Type of the current instance.
InitializeLifetimeService (inherited from MarshalByRefObject) Obtains a lifetime service object to control the lifetime policy for this instance.
ToString (inherited from StatusBarPanel) 

Public Instance Events

Disposed (inherited from Component)Adds an event handler to listen to the Disposed event on the component.

See Also

ProgressPanel Class | NETXP.Controls.Bars Namespace