Click or drag to resize

PushButton Constructor (Typed)

X#
Construct a push button.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	oOwner,
	xID,
	oPoint,
	oDimension,
	cText,
	kStyle
) CLIPPER
Request Example View Source

Parameters

oOwner (Optional)
Type: Usual
The window that owns the push button.
xID (Optional)
Type: Usual
The unique ID of the push button (between 1 and 8000).
oPoint (Optional)
Type: Usual
The origin of the push button in canvas coordinates.
oDimension (Optional)
Type: Usual
The dimension of the push button in canvas coordinates.
cText (Optional)
Type: Usual
The text that appears in the push button. The default is NULL_STRING.
kStyle (Optional)
Type: Usual
The style of the push button, specified by a Windows API style constant.
Remarks
Tip Tip
Consult your Microsoft Win32 Software Development Kit documentation for detailed information about a particular Windows API style constant.
See Also