Class TabGroupCreatingEventArgs
Provides data for the TabGroupCreating event of the DockingManager control.
Inheritance
System.Object
TabGroupCreatingEventArgs
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class TabGroupCreatingEventArgs : CancelEventArgs
Constructors
TabGroupCreatingEventArgs(Control, Orientation, Boolean)
Initializes a new instance of the TabGroupCreatingEventArgs class.
Declaration
public TabGroupCreatingEventArgs(Control targetItem, Orientation orientation, bool cancel)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.Control | targetItem | The control is used to create tab groups |
System.Windows.Forms.Orientation | orientation | Specifies the tab group orientation |
System.Boolean | cancel | The value of Cancel property |
Properties
Orientation
Gets the Orientation of document tab group about to create.
Declaration
public Orientation Orientation { get; }
Property Value
Type | Description |
---|---|
System.Windows.Forms.Orientation | The Orientation |
TargetItem
Gets the target item which trigger new document tab group creation.
Declaration
public Control TargetItem { get; }
Property Value
Type | Description |
---|---|
System.Windows.Forms.Control | The target item. |