Click or drag to resize

McStatusPane Properties

The McStatusPane type exposes the following members.

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
See Also