PushButton Constructor | |
Construct a push button.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
oOwner,
xID,
oPoint,
oDimension,
cText,
kStyle
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public PushButton(
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 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 |
---|
Consult your Microsoft Win32 Software Development Kit documentation for detailed information about a particular Windows API style constant. |
See Also