SplitButton
Creates a SplitButton user control
  


Vista Split Button control as user component

SYNTAX

@ <nRow>,<nCol> SPLITBUTTON <ControlName>
[ OF | PARENT> <
ParentWindowName> ]
[ WIDTH <
nWidth> ]
[ HEIGHT <
nHeight> ] ;
CAPTION <
cCaption> ;
ACTION <
ActionProcedure> ;
[ FONT <
cFontName> ] ;
[ SIZE <
nFontSize> ] ;
[ TOOLTIP <
cToolTipText> ] ;
[ DEFAULT ]


DESCRIPTION:

nRow, nCol
Position in the area of the window in pixels.
ControlName
A reference to the SplitButton Control
nWidth, nHeight
The desired size of the SplitButton Control in pixels
ParentWindowName
A reference to the Parent Window.
cCaption
A text expressions for the SplitButton .
ActionProcedure
Action to be performed when SplitButton  is clicking.
cFontName
Specifies the Font Name
nFontSize
Specifies the Font Size
cToolTipText
Specifies the Text for the ToolTip

EXAMPLE:

See demos in :
\samples\Advanced\SplitButton