Méthode | Description | |
---|---|---|
AddControl ( |
||
ClearControls ( |
||
CloseForm ( |
||
RemoveControl ( |
||
SetControlBackColor ( |
||
SetControlDock ( |
||
SetControlEnabled ( |
||
SetControlSize ( |
||
SetControlTag ( |
||
SetControlText ( |
||
SetControlTooltip ( |
||
SetControlVisible ( |
||
SetPictureBoxImage ( |
||
SetPictureBoxImageLocation ( |
Méthode | Description | |
---|---|---|
ControlHelper ( ) : System |
public static AddControl ( |
||
parentcontrol | ||
childcontrol | ||
Résultat | void |
public static ClearControls ( |
||
parentcontrol | ||
Résultat | void |
public static CloseForm ( |
||
form | ||
Résultat | void |
public static RemoveControl ( |
||
parentcontrol | ||
childcontrol | ||
Résultat | void |
public static SetControlBackColor ( |
||
control | ||
backcolor | Color | |
Résultat | void |
public static SetControlDock ( |
||
control | ||
dockstyle | DockStyle | |
Résultat | void |
public static SetControlEnabled ( |
||
control | ||
enabled | bool | |
Résultat | void |
public static SetControlSize ( |
||
control | ||
size | ||
Résultat | void |
public static SetControlTag ( |
||
control | ||
tag | object | |
Résultat | void |
public static SetControlText ( |
||
control | ||
text | string | |
Résultat | void |
public static SetControlTooltip ( |
||
control | ||
toolTip | System | |
tip | string | |
Résultat | void |
public static SetControlVisible ( |
||
control | ||
visible | bool | |
Résultat | void |
public static SetPictureBoxImage ( |
||
control | ||
image | Image | |
Résultat | void |
public static SetPictureBoxImageLocation ( |
||
control | ||
imageurl | string | |
Résultat | void |