StatusStrip
Previous  Next

Methods

AddItem(item AS ToolStripItem) : Adds a ToolStripControl.
 
New1(form AS Form) : Creates a new StatusStrip on a form. Form is a string for a native Form or a  ControlRef for a FormEx.

RemoveItem(item AS ToolStripItem) : Removes a ToolStripControl.


Properties

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

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

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

Height : Int  [I/O] : Gets or sets the height of the control.

Left : Int [I/O] : Gets or sets the horizontal location of the control on the screen.

Top : Int [I/O] : Gets or set the vertical location of the control on the screen.

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

Width : Int  [I/O] : Gets or sets the width of the control.


Events

none