Common Application Framework

StatusBarTextPanel Members

StatusBarTextPanel overview

Public Instance Properties

AlertTextChange Controls if a change in the value of the text panel cause it to start flashing to alert the user. Flashing will stop when the cursor enters the panel.
Enabled Returns or sets if the panel is enabled.
HotTrack Determines whether the a panel's appearance changes when the mouse passes over it. This is only valid for panels which have a PanelClick event handler
Image Returns or sets the image associated with the panel.
Key Key for the panel.
SizingMode Returns or sets how the panel can be sized.
Text Returns or sets the text associated with the panel.
Tooltip Returns or sets the tooltip for the panel.
Visible Returns or sets if the panel is visible.
Width Returns or sets the width of the panel.

Public Instance Methods

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.
GetType (inherited from Object) Gets the Type of the current instance.
StopAlert Stop text panel flashing following a text change when AlertTextChange is turned on.
ToString (inherited from Object) Returns a String that represents the current Object.

Public Instance Events

PanelClick Occurs when the panel is clicked
PanelDoubleClick Occurs when the panel is double clicked

See Also

StatusBarTextPanel Class | Aveva.ApplicationFramework.Presentation Namespace