Parent Property
Specifies the parent window name for a GUI object
Syntax:
Parent <ParentWindowName>
PictAlignment Property
Specifies the image alignment in a Button control
Syntax:
PictAlignment Top | Left | Right | Bottom
You can specify picture alignment via TOP , LEFT , RIGHT and BOTTOM clauses (standard syntax) or setting the new 'PictAlignment' property when alternate syntax is used (the default aligment is 'Top').
This feature requires Windows XP or later version.
Picture Property
Set \/ Gets image name of a gui object
Syntax:
Picture <cImageName>
<ParentWindowName>.<ControlName>.Picture := cImageName
<ParentWindowName>.<ControlName>.Picture --> cImageName
PlayBar Property
Shows or Hides the Player toolbar
Syntax:
PlayBar <lValue>
Sample:
@ 200,0 PLAYER Player_1 ;
WIDTH 100 ;
HEIGHT 100 ;
FILE "sample.avi" ;
SHOWALL NOOPLAYBAR