ResourceDialog Constructor (Typed) | |
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.21
Syntax CONSTRUCTOR(
hDLL AS IntPtr,
cName AS STRING,
Owner AS Object
)
public ResourceDialog(
IntPtr hDLL,
string cName,
Object Owner
)
Request Example
View SourceParameters
- hDLL
- Type: IntPtr
- cName
- Type: String
- Owner
- Type: Object
See Also