StatusBarTextPanel Class Properties
For a list of all members of this type, see StatusBarTextPanel members.
Public Properties
Name | Description | |
---|---|---|
![]() | ActionKey | Key used on execute action |
![]() | AlertFlashCount | The number of times the panel will flash if AlertTextChange in on. Default is 0 which indicates flash will continue until cursor enters the panel. |
![]() | AlertFlashInterval | The interval between flashes if AlertTextChange is on. Default is 300 milliseconds. |
![]() | 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. |
![]() | Arguments | Arguments for populating a Combo Editor panel |
![]() | BoundingRectangle | Return the bounding rectangle of the panel. |
![]() | Checked | Returns or sets the checked state |
![]() | 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. |
![]() | ImageHAlign | Specify the horizontal alignment of image in the panel |
![]() | Key | Key for the panel. |
![]() | Padding | Get or set the panel's padding size. |
![]() | SizingMode | Returns or sets how the panel can be sized. |
![]() | Text | Returns or sets the text associated with the panel. |
![]() | TextHAlign | Specify the horizontal alignment of text in the panel |
![]() | TextMaxSize | Clip text to this size, set to zero for no clipping |
![]() | TextTooltipMaxSize | Clip text tooltip to this size, set to zero for no clipping |
![]() | 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. |
See Also