HotKeyEdit Constructor (Typed) | |
Construct a hot key edit.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
oOwner,
xID,
oPoint,
oDimension,
kStyle
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public HotKeyEdit(
Usual oOwner = default,
Usual xID = default,
Usual oPoint = default,
Usual oDimension = default,
Usual kStyle = default
)
Request Example
View SourceParameters
- oOwner (Optional)
- Type: Usual
The window that owns the hot key edit. - xID (Optional)
- Type: Usual
The unique ID of the hot key edit (between 1 and 8000). - oPoint (Optional)
- Type: Usual
The origin of the hot key edit in canvas coordinates. - oDimension (Optional)
- Type: Usual
The dimension of the hot key edit in canvas coordinates. - kStyle (Optional)
- Type: Usual
The style of the hot key edit.
See Also