Hide

SftTabs/OCX 6.5 - Tab Control for VB6

Display
Print

SftTabs.MouseIcon Property

Defines a custom mouse icon.

Syntax

Get
VBSet refPictureObj = object.MouseIcon As IPictureDisp
Put
VBobject.MouseIcon = refPictureObj As IPictureDisp
PutRef
VBSet object.MouseIcon = refPictureObj As IPictureDisp

object

A SftTabs object.

refPictureObj

A reference to a Picture object. Only icons are supported.

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 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.

Example

A picture box is used to hold the icon for the MouseIcon property. A suitable icon has been defined in the picture box using its Picture property.

Set SftTabs1.MouseIcon = Picture1.Picture
SftTabs1.MousePointer = sftCustom

See Also SftTabs Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.