Custom Button
Creates a Custom Button user control
  


Custom Button user component

SYNTAX

@ <nRow>,<nCol> MYBUTTON <ControlName>
OF <
ParentWindowName>
CAPTION <
cCaption>
NOTETEXT <
cNotes>
ACTION <
ActionProcedure>


DESCRIPTION:

nRow, nCol
Position in the area of the window in pixels.
ControlName
A reference to the Button Control
ParentWindowName
A reference to the Parent Window.
nWidth, nHeight
The desired size of the Animaters Control in pixels
cCaption
A text expressions for the Button.
ActionProcedure
Action to be performed when Button is clicking.

EXAMPLE:

See demos in :
\samples\Basic\USER_COMPONENTS