Click or drag to resize

McStatusBar Class

Controls the layout and content of the application status bar.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsControl
        Bar
          MediaCy.IQL.ApplicationMcStatusBar

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public Class McStatusBar
	Inherits Bar
	Implements IMcStatusBar

The McStatusBar type exposes the following members.

Constructors
  NameDescription
Public methodMcStatusBar
Initializes a new instance of the McStatusBar class
Top
Properties
  NameDescription
Public propertyPanes
Returns the pane collection, which is used to access individual status panes.
Public propertyVisible
Get or set the visibility of the application status bar.
Top
Methods
  NameDescription
Public methodReset
This method will raise the Resetting event and allows the user to reset the statusbar to its original state.
Public methoduDischargeStatusMessages
Top
Events
Remarks