RadControls for WinForms

The DockTabStripNeededEventArgs type exposes the following members.

Properties

  NameDescription
Public propertyDockType
Gets the DockType of the needed strip.\ If the value is ToolWindow then a ToolTabStrip instance is needed. If the value is Document then a DocumentTabStrip instance is needed.
Public propertyShowCloseButton
Determines whether the ShowItemCloseButton will be true for the associated DockTabStrip instance.
Public propertyStrip
Gets or sets the DockTabStrip instance to be used.
Public propertyTabStripAlignment
Gets or sets the alignment of the TabStripElement within the TabStrip instance.
Public propertyTabStripTextOrientation
Gets or sets the alignment of the TabStripElement within the TabStrip instance.
Public propertyTabStripVisible
Determines whether the TabStripElement should be visible.

See Also