Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

MousePointer Property, SftTree Object

Defines the mouse pointer used.

Syntax

Get

VB.NETIcon = object.MousePointer As SftMousePointerConstants
VBIcon = object.MousePointer As SftMousePointerConstants
C#.NETSftMousePointerConstants Icon = object.MousePointer;
VC++enum SftMousePointerConstants Icon = object->MousePointer;
enum SftMousePointerConstants Icon = object->GetMousePointer();
CHRESULT object->get_MousePointer(enum SftMousePointerConstants* Icon);

Put

VB.NETobject.MousePointer = Icon As SftMousePointerConstants
VBobject.MousePointer = Icon As SftMousePointerConstants
C#.NETSftMousePointerConstants object.MousePointer = Icon;
VC++enum SftMousePointerConstants object->MousePointer = Icon;
void object->PutMousePointer(enum SftMousePointerConstants Icon);
CHRESULT object->put_MousePointer(enum SftMousePointerConstants Icon);

object

A SftTree object.

Icon

Defines the mouse pointer used.

IconValueDescription
sftDefault0(Default)
sftArrow1Arrow
sftCross2Cross
sftIBeam3IBeam
sftIcon4Icon ( Obsolete)
sftSize5Size
sftSizeNESW6Size NW SW
sftSizeNS7Size N S
sftSizeNWSE8Size NW SE
sftSizeWE9Size W E
sftUpArrow10Up Arrow
sftHourglass11Hourglass
sftNoDrop12No Drop
sftArrowHourglass13Arrow and Hourglass
sftArrowQuestion14Arrow and Question Mark
sftSizeAll15Size All
sftCustom99Custom icon (defined using the MouseIcon property)

Comments

The MousePointer property defines the mouse pointer used when the mouse cursor is over a SftTree control.

See Also SftTree Object | Object Hierarchy


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