ModelessDialog Constructor (Typed) | |
Create a modeless dialog box.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
oOwner,
xResourceID
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public ModelessDialog(
Usual oOwner = default,
Usual xResourceID = default
)
Request Example
View SourceParameters
- oOwner (Optional)
- Type: Usual
The window that owns the modeless dialog box. - xResourceID (Optional)
- Type: Usual
The resource ID of the modeless dialog box.
See Also