|
From: Itamar M. L. J. L. <ita...@gm...> - 2013-06-25 13:53:09
|
#xcommand @ <x>,<y> BUTTONEX [ <oBut> CAPTION ] <caption> ;
[ OF <oWnd> ] ;
[ ID <nId> ] ;
[ SIZE <width>, <height> ] ;
[ COLOR <color> ] ;
[ BACKCOLOR <bcolor> ] ;
[ ON INIT <bInit> ] ;
[ ON SIZE <bSize> ] ;
[ ON PAINT <bDraw> ] ;
[ ON CLICK <bClick> ] ;
[ ON GETFOCUS <bGfocus> ] ;
[ STYLE <nStyle> ] ;
[ FONT <oFont> ] ;
[ TOOLTIP <ctoolt> ] ;
[ BITMAP <hbit> ] ;
[ BSTYLE <nBStyle> ] ;
[ PICTUREMARGIN <nMargin> ];
[ ICON <hIco> ] ;
[ <lTransp: TRANSPARENT> ] ;
[ <lnoTheme: NOTHEMES> ] ;
[[ON OTHER MESSAGES <bOther>][ON OTHERMESSAGES <bOther>]] ;
[ <class: CLASS> <classname> ] ;
=> ;
[<oBut> := ] __IIF(<.class.>, <classname>,HButtonEx)():New(
<oWnd>,<nId>,<nStyle>,<x>,<y>,<width>, ;
<height>,<caption>,<oFont>,<bInit>,<bSize>,<bDraw>,<bClick>,<ctoolt>,<color>,<bcolor>,<hbit>,
;
<nBStyle>,<hIco>,
<.lTransp.>,<bGfocus>,<nMargin>,<.lnoTheme.>, <bOther> );;
[ <oBut>:name := <(oBut)> ]
Regards,
Itamar M. Lins Jr.
|