Aide:GUICtrlSetPos.txt

De Wiki AutoIt Français
Aller à : navigation, rechercher

Document original V3.3.6.1 :

###Function###
GUICtrlSetPos

###Description###
Changes the position of a control within the GUI window.

###Syntax###
GUICtrlSetPos ( controlID, left, top [, width [, height]] )


###Parameters###
@@ParamTable@@
controlID
	The control identifier (controlID) as returned by a <a href="GUICtrlCreate Management.htm">GUICtrlCreate...</a> function.
left
	The left side of the control.
top
	The top of the control.
width
	[optional] The width of the control.
height
	[optional] The height of the control .
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	Returns 1.
Failure:	Returns 0.
@@End@@


###Remarks###
None.

###Related###
GUICtrlCreate...


###Example###
@@IncludeExample@@


Document traduit V3.3.6.1 :

Texte en Français


Traducteur :

Contributeurs (pour les modifications avant le Wiki) :