ClassDockTabStripNeededEventArgs
Represents the arguments associated with a DockTabStripNeeded event.
Definition
Namespace:Telerik.WinControls.UI.Docking
Assembly:Telerik.WinControls.RadDock.dll
Syntax:
public class DockTabStripNeededEventArgs : EventArgs
Inheritance: objectEventArgsDockTabStripNeededEventArgs
Inherited Members
Constructors
DockTabStripNeededEventArgs(DockType)
Initializes a new instance of the DockTabStripNeededEventArgs class.
Declaration
public DockTabStripNeededEventArgs(DockType type)
Parameters
type
Properties
DockType
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.
ShowCloseButton
Determines whether the ShowItemCloseButton will be true for the associated DockTabStrip instance.
ShowPinButton
Determines whether the ShowItemPinButton will be true for the associated DocumentTabStrip instance. Works only for DocumentTabStrip.
Strip
Gets or sets the DockTabStrip instance to be used.
TabStripAlignment
Gets or sets the alignment of the TabStripElement within the TabStrip instance.
Declaration
public TabStripAlignment TabStripAlignment { get; set; }
Property Value
TabStripTextOrientation
Gets or sets the alignment of the TabStripElement within the TabStrip instance.
Declaration
public TabStripTextOrientation TabStripTextOrientation { get; set; }
Property Value
TabStripVisible
Determines whether the TabStripElement should be visible.