|
|
|
SftMask.MouseIcon Property |
Defines a custom mouse icon.
Syntax
object
A SftMask object.
refPictureObj
Defines a custom mouse icon.
Comments
The MouseIcon property defines a custom mouse icon.
The MouseIcon property provides a custom icon that is used when the MousePointer property is set to sftCustom (99). This mouse pointer is displayed when the cursor is located anywhere on the control.
Using PutRef (see Syntax above) the control will use the reference to the Picture object. If the Picture object is later changed, this will also affect the image used by the control. Using Put instead causes the control to create a copy of the Picture object. If the Picture object is later changed, this will not affect the image used by the control as it uses a copy of the object. Because of the additional overhead and the increased resource use of Put, PutRef is the preferred method.