Method | Description | |
---|---|---|
DockBase ( |
Initializes a new instance of the DockBase class.
|
|
DragAndDrop_CanAcceptPackage ( DragDrop p ) : bool | ||
DragAndDrop_HandleDrop ( DragDrop p, int x, int y ) : bool | ||
DragAndDrop_Hover ( DragDrop p, int x, int y ) : void | ||
DragAndDrop_HoverEnter ( DragDrop p, int x, int y ) : void | ||
DragAndDrop_HoverLeave ( DragDrop p ) : void |
Method | Description | |
---|---|---|
DoConsolidateCheck ( ) : void | ||
DoRedundancyCheck ( ) : void | ||
GetChildDock ( Pos pos ) : |
Gets an inner docked control for the specified position.
|
|
GetDroppedTabDirection ( int x, int y ) : Pos |
Calculates dock direction from dragdrop coordinates.
|
|
OnKeySpace ( bool down ) : bool |
Handler for Space keyboard event.
|
|
OnRedundantChildDock ( |
||
OnTabRemoved ( |
||
Render ( Skins skin ) : void |
Renders the control using specified skin.
|
|
RenderOver ( Skins skin ) : void |
Renders over the actual control (overlays).
|
|
SetupChildDock ( Pos pos ) : void |
Initializes an inner docked control for the specified position.
|
public DockBase ( |
||
parent | Parent control. | |
return | System |
public DragAndDrop_CanAcceptPackage ( DragDrop p ) : bool | ||
p | DragDrop | |
return | bool |
public DragAndDrop_HandleDrop ( DragDrop p, int x, int y ) : bool | ||
p | DragDrop | |
x | int | |
y | int | |
return | bool |
public DragAndDrop_Hover ( DragDrop p, int x, int y ) : void | ||
p | DragDrop | |
x | int | |
y | int | |
return | void |
public DragAndDrop_HoverEnter ( DragDrop p, int x, int y ) : void | ||
p | DragDrop | |
x | int | |
y | int | |
return | void |
public DragAndDrop_HoverLeave ( DragDrop p ) : void | ||
p | DragDrop | |
return | void |
protected GetChildDock ( Pos pos ) : |
||
pos | Pos | |
return |
protected GetDroppedTabDirection ( int x, int y ) : Pos | ||
x | int | X coordinate. |
y | int | Y coordinate. |
return | Pos |
protected OnKeySpace ( bool down ) : bool | ||
down | bool | Indicates whether the key was pressed or released. |
return | bool |
protected OnRedundantChildDock ( |
||
dock | ||
return | void |
protected OnTabRemoved ( |
||
control | ||
return | void |
protected Render ( Skins skin ) : void | ||
skin | Skins | Skin to use. |
return | void |
protected RenderOver ( Skins skin ) : void | ||
skin | Skins | Skin to use. |
return | void |
protected SetupChildDock ( Pos pos ) : void | ||
pos | Pos | Dock position. |
return | void |