ToolStripSeparator
Previous  Next

Methods

New1 : Creates a new ToolStripSeparator.


Properties

Autosize: Boolean [I/O] : Enables or disables whether the control is automatically sized by the ToolStrip or whether it uses its Width property.

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.

MouseX : Int [I] : Gets the horizontal position in pixels of the mouse cursor within the control.

MouseY : Int [I] : Gets the vertical position of the mouse cursor in pixels within the form window.

MouseButton : Int [I] : Gets the state of the mouse buttons on the last Mouse event that set them : 0 None : 1 Left : 2 Right : 4 Middle.

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


Events

MouseDown -The MouseButton property only shows the changed button in this event.

MouseMove -The MouseButton property shows the current state of all the buttons in this event.

MouseUp - The MouseButton property only shows the changed button in this event.