The
SwfToolStripItem class serves as the base class for the items in the .NET ToolStrip control. The
SwfToolStripItem can contain the following components:
Labels
Buttons
Combo boxes
Separators
Drop-down buttons
Text boxes
Menu items
Progress bars
Split buttons
Control hosts (acts as a host to a customized implementation or any other Windows Form controls)
Inheritance
SwfToolStripItem derives from the
AnyWin class. The following classes derive from the
SwfToolStripItem class:
SwfToolStripButton
SwfToolStripComboBox
SwfToolStripDropDownButton
SwfToolStripLabel
SwfToolStripMenuItem
SwfToolStripProgressBar
SwfToolStripSplitButton
SwfToolStripTextBox
Properties
SwfToolStripItem inherits all its properties from the
AnyWin class.
Methods
In addition to the methods it inherits from the
AnyWin class,
SwfToolStripItem has the following method: