Hide

SftPrintPreview/OCX 1.0 - ActiveX Print Preview Control

Display
Print

SftPrintPreview.MouseIcon Property

Defines a custom mouse icon.

Syntax

Get

VB.NETrefPictureObj = object.MouseIcon As System.Drawing.Image
refPictureObj = object.MouseIcon As stdole.IPictureDisp Note
VBSet refPictureObj = object.MouseIcon As IPictureDisp
C#.NETSystem.Drawing.Image refPictureObj = object.MouseIcon;
stdole.IPictureDisp refPictureObj = object.MouseIcon; Note
VC++IPictureDisp* refPictureObj = object->GetMouseIcon();
CHRESULT object->get_MouseIcon(IPictureDisp** refPictureObj);

Put

VB.NETobject.let_MouseIcon(ByVal refPictureObj As stdole.IPictureDisp) Note
VBobject.MouseIcon = refPictureObj As IPictureDisp
C#.NETvoid object.let_MouseIcon(stdole.IPictureDisp refPictureObj); Note
VC++void object->PutMouseIcon(IPictureDisp* refPictureObj);
CHRESULT object->put_MouseIcon(IPictureDisp* refPictureObj);

PutRef

VB.NETobject.MouseIcon = refPictureObj As System.Drawing.Image
object.MouseIcon = refPictureObj As stdole.IPictureDisp Note
VBSet object.MouseIcon = refPictureObj As IPictureDisp
C#.NETSystem.Drawing.Image object.MouseIcon = refPictureObj;
stdole.IPictureDisp object.MouseIcon = refPictureObj; Note
VC++void object->PutRefMouseIcon(IPictureDisp* refPictureObj);
CHRESULT object->putref_MouseIcon(IPictureDisp* refPictureObj);

object

A SftPrintPreview object.

refPictureObj

Defines a custom mouse icon. This icon contains the graphic used as the custom mouse icon. This icon handle has to remain valid until the control no longer uses it. For information about picture properties, please visit the applicable section "Using SftPrintPreview/OCX with ...".

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.

The MouseIcon and MouseIconH properties are synonyms, but accept different value types (Picture object reference or Windows bitmap handle).

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.

See Also SftPrintPreview Object | Object Hierarchy


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