Cursor (PRIM_CRSR)
Cursor image is associated with the mouse pointer
Ancestors - Graphic (PRIM_FLBX) Object (PRIM_OBJT)
Cursor image is associated with the mouse pointer. Cursor is published for backward compatibility purposes only. The use of Cursor on Style is recommended.
| Name | Description |
|---|---|
| ComponentClassName | ComponentClassName is the name of the component's class. Inherited from Object (PRIM_OBJT) |
| ComponentMembers | ComponentMembers provides access to all the member components of this component Inherited from Object (PRIM_OBJT) |
| ComponentPatternName | ComponentPatternName is used to qualify the class of the component. Inherited from Object (PRIM_OBJT) |
| ComponentTag | Generic space allowing a value to be stored for the instance Inherited from Object (PRIM_OBJT) |
| ComponentType | ComponentType gives you access to the type information about the component Inherited from Object (PRIM_OBJT) |
| ComponentTypeName | ComponentTypeName is the fully qualified name of the component's class. Inherited from Object (PRIM_OBJT) |
| FileName | FileName is used to specify an image file |
| Height | Height specifies the height of the image |
| HotspotX | HotspotX and HotspotY set the cursor's active area |
| HotspotY | HotspotY and HotspotX set the cursor's active area |
| Name | Name identifies the component Inherited from Object (PRIM_OBJT) |
| Owner | Owner owns this component Inherited from Object (PRIM_OBJT) |
| Parent | The component instance to which this instance is attached. The visual container for a control or the collector of a set of child instances Inherited from Object (PRIM_OBJT) |
| StandardCursor | StandardCursor lists standard cursors |
| Width | Width specifies the width of the image |
| Name | Description |
|---|---|
| CreateInstance | CreateInstance is signalled when an instance of a component is created Inherited from Cursor (PRIM_CRSR) |
| DestroyInstance | DestroyInstance is signalled when an instance of a component is about to be destroyed Inherited from Cursor (PRIM_CRSR) |
Febuary 18 V14SP2