|
|
|
SftMask.MousePointer Property |
Defines the mouse pointer used.
Syntax
VB.NET |
Value = object.MousePointer As SftMousePointerConstants |
||
VB |
Value = object.MousePointer As SftMousePointerConstants |
||
C#.NET |
SftMousePointerConstants Value = object.MousePointer; |
||
VC++ |
enum SftMousePointerConstants Value = object->MousePointer;
|
||
C |
HRESULT object->get_MousePointer(enum SftMousePointerConstants* Value); |
||
Delphi |
Value := object.MousePointer : TOleEnum; |
||
VB.NET |
object.MousePointer = Value As SftMousePointerConstants |
||
VB |
object.MousePointer = Value As SftMousePointerConstants |
||
C#.NET |
SftMousePointerConstants object.MousePointer = Value; |
||
VC++ |
enum SftMousePointerConstants object->MousePointer = Value;
|
||
C |
HRESULT object->put_MousePointer(enum SftMousePointerConstants Value); |
||
Delphi |
object.MousePointer := Value : TOleEnum; |
object
A SftMask object.
Value
Defines the mouse pointer used.
Icon |
Value |
Description |
0 |
Default, Arrow |
|
1 |
Arrow |
|
2 |
Cross (cross-hair pointer) |
|
3 |
I-Beam |
|
4 |
Obsolete |
|
5 |
Size (four-pointed arrow pointing north, south, east, and west) |
|
6 |
Size NE SW (double arrow pointing northeast and southwest) |
|
7 |
Size N S (double arrow pointing north and south) |
|
8 |
Size NW SE (double arrow pointing northwest and southeast) |
|
9 |
Size W E (double arrow pointing west and east) |
|
10 |
Up Arrow |
|
11 |
Hourglass (wait) |
|
12 |
No Drop |
|
13 |
Arrow and hourglass |
|
14 |
Arrow and question mark |
|
15 |
Size all |
|
99 |
Custom icon (specified by the MouseIcon property). |
Comments
The MousePointer property defines the mouse pointer used when the mouse cursor is over a SftMask/OCX control.