McStatusPane Class |
|
Namespace: MediaCy.IQL.Application
Public Class McStatusPane Inherits LabelItem Implements IMcStatusPane, McStatusPane
The McStatusPane type exposes the following members.
| Name | Description | |
|---|---|---|
| McStatusPane | Initializes a new instance of the McStatusPane class |
| Name | Description | |
|---|---|---|
| AutoSize |
Automatically increase the width to fit the text or decrease if required width is less than 65% of the current width.
| |
| Caption |
Gets or sets the Caption for a status bar pane.
| |
| Flags |
Returns the flags for a status pane.
| |
| Icon |
Gets or sets the Icon displayed in a status bar pane.
| |
| Name |
Returns the name of a status pane.
| |
| Text |
Gets or sets the text associated with this item.
(Overrides LabelItem.Text.) | |
| TooltipText |
Gets or sets the “tool tip” text for a status bar pane.
| |
| UseButtonStyle |
Make it look like a button
| |
| UserData |
Gets or sets the user data associated with a pane.
| |
| Visible |
Gets or sets the visibility of a status pane.
| |
| Width |
Gets or sets the Width of a status bar pane (in pixels).
|
| Name | Description | |
|---|---|---|
| HideBalloon |
Closes the balloon if it is present.
| |
| ShowBalloon(String, String, String, NotificationImages, Int32, String, String) | ||
| ShowBalloon(String, String, String, Image, Int32, String, String) |
Shows a balloon message next to the document's tab.
|
| Name | Description | |
|---|---|---|
| BalloonMarkupLink |
Event fired when a balloon markup language link is clicked.
| |
| BalloonOptions |
Event fired when the "Options" button of a balloon is clicked.
|