Aide:GUIGetStyle.txt

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

Document original V3.3.6.1 :

###Function###
GUIGetStyle

###Description###
Retrieves the styles of a GUI window.

###Syntax###
GUIGetStyle ( [ winhandle] )


###Parameters###
@@ParamTable@@
winhandle
	[optional] Windows handle as returned by GUICreate (default is the previously used window).
@@End@@


###ReturnValue###
@@ReturnTable@@
Success:	returns a two-element array that containing the styles information:
	$array[0] = Style
	$array[1] = ExStyle
Failure:	Returns 0.
@@End@@


###Remarks###
Be carefull Style changes after GUISetState().


###Related###
GUICreate, GUISetStyle


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


Document traduit V3.3.6.1 :

Texte en Français


Traducteur :

Contributeurs (pour les modifications avant le Wiki) :