Click or drag to resize

McStatusPane Class

Controls the layout and content of a single application status pane.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      BaseItem
        LabelItem
          MediaCy.IQL.ApplicationMcStatusPane

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public Class McStatusPane
	Inherits LabelItem
	Implements IMcStatusPane, McStatusPane

The McStatusPane type exposes the following members.

Constructors
  NameDescription
Public methodMcStatusPane
Initializes a new instance of the McStatusPane class
Top
Properties
  NameDescription
Public propertyAutoSize
Automatically increase the width to fit the text or decrease if required width is less than 65% of the current width.
Public propertyCaption
Gets or sets the Caption for a status bar pane.
Public propertyFlags
Returns the flags for a status pane.
Public propertyIcon
Gets or sets the Icon displayed in a status bar pane.
Public propertyName
Returns the name of a status pane.
Public propertyText
Gets or sets the text associated with this item.
(Overrides LabelItem.Text.)
Public propertyTooltipText
Gets or sets the “tool tip” text for a status bar pane.
Public propertyUseButtonStyle
Make it look like a button
Public propertyUserData
Gets or sets the user data associated with a pane.
Public propertyVisible
Gets or sets the visibility of a status pane.
Public propertyWidth
Gets or sets the Width of a status bar pane (in pixels).
Top
Methods
  NameDescription
Public methodHideBalloon
Closes the balloon if it is present.
Public methodShowBalloon(String, String, String, NotificationImages, Int32, String, String)
Public methodShowBalloon(String, String, String, Image, Int32, String, String)
Shows a balloon message next to the document's tab.
Top
Events
  NameDescription
Public eventBalloonMarkupLink
Event fired when a balloon markup language link is clicked.
Public eventBalloonOptions
Event fired when the "Options" button of a balloon is clicked.
Top
Remarks