CANCEL: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
New page: {{Command|syntax=CANCEL <left>, <top>, <width>, <height> |description=*DESCRPTION* |param1=<left>|param1_desc={{left}} |param2=<top>|param2_desc={{top}} |param3=<width>|param3_desc={{widt...
 
ConnerO (talk | contribs)
No edit summary
Line 1: Line 1:
{{Command|syntax=CANCEL <left>, <top>, <width>, <height>
{{Command|syntax=[[Image:Cancel.png|right|CANCEL]]CANCEL <left>, <top>, <width>, <height>
|description=*DESCRPTION*
|description=:Define the size and the position of an cancel button, (there must be one of these and an [[OK|okl]] button, in every dialog).


|param1=<left>|param1_desc={{left}}
|param1=<left>|param1_desc={{left}}
Line 9: Line 9:


===Example===
===Example===
:- CANCEL
:CANCEL 220, 137, 70, 24


[[Category:Dialog]]
[[Category:Dialog]]

Revision as of 17:40, 19 July 2010

Command

CANCEL
CANCEL
CANCEL <left>, <top>, <width>, <height>


Define the size and the position of an cancel button, (there must be one of these and an okl button, in every dialog).

Parameters

<left>
Start position measured from the left edge of the dialog.
<top>
Start position of measured from the top edge of the dialog.
<width>
Width of the control.
<height>
Height of the control.

Example

CANCEL 220, 137, 70, 24