An NDoc Documented Class Library

ContainerStatusBarPanel Members

Public Instance Constructors

ContainerStatusBarPanel ConstructorInitializes a new instance of the ContainerStatusBarPanel class.

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.
ControlPaddingBottom The number of pixels to pad betwen the bottom edge of the panel and the bottom edge of the hosted control.
ControlPaddingLeft The number of pixels to pad betwen the left edge of the panel and the left edge of the hosted control.
ControlPaddingRight The number of pixels to pad betwen the left edge of the panel and the left edge of the hosted control.
ControlPaddingTop The number of pixels to pad betwen the top edge of the panel and the top edge of the hosted control.
HostedControl Specifies the control that will be displayed in the panel. ContainerStatusBar.
Icon (inherited from StatusBarPanel) Gets or sets the icon to display within the status bar panel.
MinWidth (inherited from StatusBarPanel)Gets or sets the minimum allowed width of the status bar panel within the StatusBar control.
Parent The StatuBar control hosting the 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.
Width (inherited from StatusBarPanel) Gets or sets the width of the status bar panel within the StatusBar control.

Public Instance Methods

BeginInit Override base class implementation so we can trap the notification.
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 Override base class implementation so we can trap the notification.
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.

Protected Instance Properties

DesignMode (inherited from Component) Gets a value that indicates whether the Component is currently in design mode.
Events (inherited from Component)Gets the list of event handlers that are attached to this Component.

Protected Instance Methods

Dispose (inherited from StatusBarPanel)
Finalize (inherited from Component)
GetService (inherited from Component) Returns an object that represents a service provided by the Component or by its Container.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
OnHostedControlChanged What to do when the value of the HostControl has chnaged We do not fire public events for this event
OnPaddingChanged What to do when any of the padding values have changed.

See Also

ContainerStatusBarPanel Class | Genghis.Windows.Forms Namespace