RadioButton Constructor (Typed) | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public RadioButton(
Usual oOwner = default,
Usual xID = default,
Usual oPoint = default,
Usual oDimension = default,
Usual cText = default,
Usual kStyle = default
)
Request Example
View SourceParameters
- 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 |
---|
Consult your Microsoft Win32 Software Development Kit documentation for detailed information about a particular Windows API style constant. |
See Also