Hide

SftButton/OCX 3.0 - Button Control

Display
Print

MousePointer Property, SftButton Object

Defines the mouse pointer used.

Syntax

Get

VB.NETValue = object.MousePointer As SftMousePointerConstants
VBValue = object.MousePointer As SftMousePointerConstants
C#.NETSftMousePointerConstants Value = object.MousePointer;
VC++enum SftMousePointerConstants Value = object->MousePointer;
enum SftMousePointerConstants Value = object->GetMousePointer();
CHRESULT object->get_MousePointer(enum SftMousePointerConstants* Value);

Put

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

object

A SftButton object.

Value

Defines the mouse pointer used.

NameValueDescription
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 (defined using the MouseIcon property)

Comments

The MousePointer property defines the mouse pointer used when the mouse cursor is over a SftButton/OCX control.

See Also SftButton Object | Object Hierarchy


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