The ltmmMousePointer constants specify the type of mouse pointer to use for the control.
Const ltmmDefault = 0
Const ltmmArrow = 1
Const ltmmCrosshair = 2
Const ltmmIbeam = 3
Const ltmmIconPointer = 4
Const ltmmSizePointer = 5
Const ltmmSizeNESW = 6
Const ltmmSizeNS = 7
Const ltmmSizeNWSE = 8
Const ltmmSizeWE = 9
Const ltmmUpArrow = 10
Const ltmmHourglass = 11
Const ltmmNoDrop = 12
Const ltmmArrowHourglass = 13
Const ltmmArrowQuestion = 14
Const ltmmSizeAll = 15
Const ltmmCustom = 99
|
Constants |
Meaning |
|
ltmmDefault |
(Default) Shape determined by the object |
|
ltmmArrow |
Arrow |
|
ltmmCrosshair |
Cross-hair |
|
ltmmIbeam |
I-Beam |
|
ltmmIconPointer |
Small square within a square |
|
ltmmSizePointer |
Four-pointed arrow pointing north, south, east, and west |
|
ltmmSizeNESW |
Double arrow pointing northeast and southwest |
|
ltmmSizeNS |
Double arrow pointing north and south |
|
ltmmSizeNWSE |
Double arrow pointing northwest and southeast |
|
ltmmSizeWE |
Double arrow pointing west and east |
|
ltmmUpArrow |
Up Arrow |
|
ltmmHourglass |
Hourglass (wait) |
|
ltmmNoDrop |
No Drop |
|
ltmmArrowHourglass |
Arrow and hourglass (only available in 32-bit systems) |
|
ltmmArrowQuestion |
Arrow and question mark (only available in 32-bit systems) |
|
ltmmSizeAll |
Size all (only available in 32-bit systems) |
|
ltmmCustom |
Custom icon specified by the MouseIcon property |
Remarks
These constants can be used by both the ltmmCaptureCtrl Object and the ltmmPlayCtrl Object.
See Also
ltmmCaptureCtrl.MousePointer Property, ltmmCaptureCtrl.MouseIcon Property, ltmmPlayCtrl.MousePointer Property, ltmmPlayCtrl.MouseIcon Property