ToolStripStatusLabel
Previous  Next

Methods

New1(text AS String) : Creates a new ToolStripStatusLabelwith the Text property set to text.


Properties

BackColor : Color [I/O] : Sets or gets the background color of the control - same as Color.

BorderSides : Int [I/O] : Sets or gets which borders of the control are visible. : 0 None (default) : 1 Left : 2 Top : 4 Right : 8 Bottom : 15 All :

BorderStyle : Int [I/O] : Sets or gets the style of the borders of the control.: 1 RaisedOuter :2 SunkenOuter : 4 RaisedInner : 5 Raised : 6 Etched : 8 SunkenInner : 9 Bump : 10 Sunken :

ControlRef : Control [I] : Gets a reference to the underlying control.

Enabled : Boolean [I/O] : Enables or disables the control.

ForeColor  : Color [I/O] : Sets or gets the foreground color of the control.

Image : Bitmap [I/O] : Gets or sets the background image of the control.

Text : String [I/O] : Gets or sets the text associated with the control.

Visible : Boolean [I/O] : Gets or sets whether the control is visible.


Events

Click-: The control has been clicked.