So ... try this :

(Caution the 'nul' Icon changes (still) from release to release)

this is for the latest beta 2 (build 40)


break on

$f = createobject("KiXtart.Form")


$b = $f.ToolButton("LeftAligned",$f.ClientWidth/2-40,$f.ClientHeight/2-10,80,20)
$b.Icon = 60
$b.Alignment = 1

$f.Show

while $f.visible
$ = execute($f.DoEvents)
loop
_________________________