Hide

SftPrintPreview/OCX 1.0 - ActiveX Print Preview Control

Display
Print

SftPrintPreview.MouseIconH Property

Defines a custom mouse icon.

Syntax

Get

VB.NETHandle = object.MouseIconH As OLE_HANDLE
VBHandle = object.MouseIconH As OLE_HANDLE
C#.NETOLE_HANDLE Handle = object.MouseIconH;
VC++OLE_HANDLE Handle = object->MouseIconH;
OLE_HANDLE Handle = object->GetMouseIconH();
CHRESULT object->get_MouseIconH(OLE_HANDLE* Handle);

Put

VB.NETobject.MouseIconH = Handle As OLE_HANDLE
VBobject.MouseIconH = Handle As OLE_HANDLE
C#.NETOLE_HANDLE object.MouseIconH = Handle;
VC++OLE_HANDLE object->MouseIconH = Handle;
void object->PutMouseIconH(OLE_HANDLE Handle);
CHRESULT object->put_MouseIconH(OLE_HANDLE Handle);

object

A SftPrintPreview object.

Handle

Defines a custom mouse icon. This icon handle has to remain valid until the control no longer uses it.

Comments

The MouseIconH property defines a custom mouse icon.

The MouseIconH 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).

See Also SftPrintPreview Object | Object Hierarchy


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