Click or drag to resize

RadioButton Constructor (Typed)

X#
Construct a radio 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 radio button.
xID (Optional)
Type: Usual
The unique ID of the radio button (between 1 and 8000).
oPoint (Optional)
Type: Usual
The origin of the radio button in canvas coordinates.
oDimension (Optional)
Type: Usual
The dimension of the radio button in canvas coordinates.
cText (Optional)
Type: Usual
The caption text of the radio button. If omitted, the default is NULL_STRING.
kStyle (Optional)
Type: Usual
The style of the radio 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