Hide

SftTabs/OCX 6.5 - Tab Control for VB6

Display
Print

SftTabs.MousePointer Property

Defines the mouse pointer used.

Syntax

Get
VBValue = object.MousePointer As SftMousePointerConstants
Put
VBobject.MousePointer = Value As SftMousePointerConstants

object

A SftTabs object.

Value

A value describing the mouse pointer to display.

IconValueDescription
sftDefault0Default, Arrow
sftArrow1Arrow
sftCross2Cross (cross-hair pointer)
sftIBeam3I-Beam
sftIcon4Obsolete
sftSize5Size (four-pointed arrow pointing north, south, east, and west)
sftSizeNESW6Size NE SW (double arrow pointing northeast and southwest)
sftSizeNS7Size N S (double arrow pointing north and south)
sftSizeNWSE8Size NW SE (double arrow pointing northwest and southeast)
sftSizeWE9Size W E (double arrow pointing west and east)
sftUpArrow10Up Arrow
sftHourglass11Hourglass (wait)
sftNoDrop12No Drop
sftArrowHourglass13Arrow and hourglass
sftArrowQuestion14Arrow and question mark
sftSizeAll15Size all
sftCustom99Custom icon (specified by the MouseIcon property).

Comments

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

Example

SftTabs1.MousePointer = sftHourglass

See Also SftTabs Object | Object Hierarchy


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