HyperLink Constructor | |
Construct a HyperLink control.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
oOwner,
xID,
oPoint,
oDimension,
cText
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public HyperLink(
Usual oOwner = default,
Usual xID = default,
Usual oPoint = default,
Usual oDimension = default,
Usual cText = default
)
Request Example
View SourceParameters
- oOwner (Optional)
- Type: Usual
The window that owns the HyperLink. - xID (Optional)
- Type: Usual
The unique ID of the HyperLink control (between 1 and 8000). - oPoint (Optional)
- Type: Usual
The origin of the HyperLink control in canvas coordinates. - oDimension (Optional)
- Type: Usual
The dimension of the HyperLink control in canvas coordinates. - cText (Optional)
- Type: Usual
The string that is to be displayed on screen.
See Also