ResourceID Constructor (Typed) | |
Construct a ResourceID object.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
xID AS USUAL,
xResourceFile AS USUAL
)
public ResourceID(
Usual xID,
[DefaultParameterValueAttribute(0, 1)] Usual xResourceFile
)
Request Example
View SourceParameters
- xID
- Type: Usual
The unique ID between 1 and 8000 of the resource ID or a string describing the resource.
Strings can only identify resource blocks, such as dialogs or menus. For individual controls, you must use numeric IDs.
- xResourceFile
- Type: Usual
The resource file that includes the resource. The default is the current executable file.
See Also