Méthode | Description | |
---|---|---|
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 | ||
TabStrip ( |
Initializes a new instance of the TabStrip class.
|
Méthode | Description | |
---|---|---|
Layout ( Skins skin ) : void |
Lays out the control's interior according to alignment, padding, dock etc.
|
public DragAndDrop_CanAcceptPackage ( DragDrop p ) : bool | ||
p | DragDrop | |
Résultat | bool |
public DragAndDrop_HandleDrop ( DragDrop p, int x, int y ) : bool | ||
p | DragDrop | |
x | int | |
y | int | |
Résultat | bool |
public DragAndDrop_Hover ( DragDrop p, int x, int y ) : void | ||
p | DragDrop | |
x | int | |
y | int | |
Résultat | void |
public DragAndDrop_HoverEnter ( DragDrop p, int x, int y ) : void | ||
p | DragDrop | |
x | int | |
y | int | |
Résultat | void |
public DragAndDrop_HoverLeave ( DragDrop p ) : void | ||
p | DragDrop | |
Résultat | void |
protected Layout ( Skins skin ) : void | ||
skin | Skins | Skin to use. |
Résultat | void |
public TabStrip ( |
||
parent | Parent control. | |
Résultat | System |