Method | Description | |
---|---|---|
DockedTabControl ( |
Initializes a new instance of the DockedTabControl class.
|
|
DragAndDrop_EndDragging ( bool success, int x, int y ) : void | ||
DragAndDrop_StartDragging ( DragDrop package, int x, int y ) : void | ||
MoveTabsTo ( |
Method | Description | |
---|---|---|
Layout ( Skins skin ) : void |
Lays out the control's interior according to alignment, padding, dock etc.
|
Method | Description | |
---|---|---|
UpdateTitleBar ( ) : void |
public DockedTabControl ( |
||
parent | Parent control. |
public DragAndDrop_EndDragging ( bool success, int x, int y ) : void | ||
success | bool | |
x | int | |
y | int | |
return | void |
public DragAndDrop_StartDragging ( DragDrop package, int x, int y ) : void | ||
package | DragDrop | |
x | int | |
y | int | |
return | void |
protected Layout ( Skins skin ) : void | ||
skin | Skins | Skin to use. |
return | void |
public MoveTabsTo ( |
||
target | ||
return | void |