Class
DockTabStripNeededEventArgs

Represents the arguments associated with a DockTabStripNeeded event.

Definition

Namespace:Telerik.WinControls.UI.Docking

Assembly:Telerik.WinControls.RadDock.dll

Syntax:

cs-api-definition
public class DockTabStripNeededEventArgs : EventArgs

Inheritance: objectEventArgsDockTabStripNeededEventArgs

Inherited Members EventArgs.Empty

Constructors

DockTabStripNeededEventArgs(DockType)

Initializes a new instance of the DockTabStripNeededEventArgs class.

Declaration

cs-api-definition
public DockTabStripNeededEventArgs(DockType type)

Parameters

type

DockType

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.

Declaration

cs-api-definition
public DockType DockType { get; }

Property Value

DockType

ShowCloseButton

Determines whether the ShowItemCloseButton will be true for the associated DockTabStrip instance.

Declaration

cs-api-definition
public bool? ShowCloseButton { get; set; }

Property Value

bool?

ShowPinButton

Determines whether the ShowItemPinButton will be true for the associated DocumentTabStrip instance. Works only for DocumentTabStrip.

Declaration

cs-api-definition
public bool? ShowPinButton { get; set; }

Property Value

bool?

Strip

Gets or sets the DockTabStrip instance to be used.

Declaration

cs-api-definition
public DockTabStrip Strip { get; set; }

Property Value

DockTabStrip

TabStripAlignment

Gets or sets the alignment of the TabStripElement within the TabStrip instance.

Declaration

cs-api-definition
public TabStripAlignment TabStripAlignment { get; set; }

Property Value

TabStripAlignment

TabStripTextOrientation

Gets or sets the alignment of the TabStripElement within the TabStrip instance.

Declaration

cs-api-definition
public TabStripTextOrientation TabStripTextOrientation { get; set; }

Property Value

TabStripTextOrientation

TabStripVisible

Determines whether the TabStripElement should be visible.

Declaration

cs-api-definition
public bool? TabStripVisible { get; set; }

Property Value

bool?