NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

StatusBarPanel Members

Public:

Constructor

StatusBarPanel Constructor Initializes a new default instance of the StatusBarPanel class.

Properties

Alignment Gets or sets the Alignment property.
AutoSize Gets or sets the AutoSize property.
BorderStyle Gets or sets the BorderStyle property.
Icon Gets or sets the Icon property.
MinWidth [To be supplied.]
Parent Represents the StatusBar control which hosts the panel.
Site (inherited from Component) Gets or sets the site of the Component.
Style Gets or sets the style of the panel.
Text Gets or sets the text of the panel.
ToolTipText Gets or sets the panel's tool tip text.
Width Gets or sets the width of the TBD within the StatusBar control.

Methods

Dispose (inherited from Component) Disposes of the Component.
Equals (inherited from Object) Determines whether the specified Object is the same instance as the current Object. Subclasses are expected to override this method to support value equality (not reference equality).
GetContainer (inherited from Component) Returns the IContainer that contains the Component.
GetDesignMode (inherited from Component) Gets a value indicating whether the Component is currently in design mode.
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.
GetServiceObject (inherited from Component) Returns an object representing a service provided by the Component.
GetType (inherited from Object) Gets the Type of the Object.
ToString Retrieves a string that contains information about the panel.

Protected:

Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by the Garbage Collector (GC). This method may be ignored by the runtime; therefore, necessary cleanup operations should be done elsewhere.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

StatusBarPanel Class | System.WinForms Namespace