ResourceID Class | |
Identify and create a ResourceID using a numeric resource ID.
Inheritance Hierarchy
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax The ResourceID type exposes the following members.
Constructors Methods
| Name | Description |
---|
| Destroy | Free memory resources allocated for a VObject object and its derived objects. (Inherited from VObject.) |
TopFields Remarks
This class is used to identify application resources stored as numeric values in a resource entity. A resource may be a cursor, icon, bitmap, string, or a font.
Examples
For an example using the ResourceID class, refer to the ResourceFile class example.
See Also