ToolStrip
Previous  Next

Methods

AddItem(item AS ToolStripItem) : Adds a ToolStripControl.

BringToFront : Ensures that the ToolStrip is displayed on top of other controls on the form.
 
New1(form AS Form) : Ccreates a new ToolStrip 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.

DLLVersion : Double [I] : Gets the version number of this library.
 
Dock  : Int [I/O] : Determines the side of the form to which the ToolStrip is docked  : 1 Top (default) : 2 Bottom : 3 Left : 4 Right : 5 Fill.

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.

LayoutStyle : Int [I/O] : Gets or sets the layout style of the control on the screen : 0 StackWithOverflow : 1 HorizontalStackWithOverflow : 2 VerticalStackWithOverflow : 3 Flow : 4 Table.

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