ToolStripDropDownButton
Previous  Next

Methods

AddItem(item AS ToolStripItem) : Adds a ToolStripControl.
 
New1(text AS String) : Creates a new ToolStripDropDownButton with the Text property set to text.

RemoveItem(item AS ToolStripItem) : Removes a ToolStripControl.


Properties

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

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.