|
|
|
SftTree.MousePointer Property |
Defines the mouse pointer used.
Syntax
VB.NET |
Icon = object.MousePointer As SftMousePointerConstants |
||
VB |
Icon = object.MousePointer As SftMousePointerConstants |
||
C#.NET |
SftMousePointerConstants Icon = object.MousePointer; |
||
VC++ |
enum SftMousePointerConstants Icon = object->MousePointer;
|
||
C |
HRESULT object->get_MousePointer(enum SftMousePointerConstants* Icon); |
||
Delphi |
Icon := object.MousePointer : TOleEnum; |
||
VB.NET |
object.MousePointer = Icon As SftMousePointerConstants |
||
VB |
object.MousePointer = Icon As SftMousePointerConstants |
||
C#.NET |
SftMousePointerConstants object.MousePointer = Icon; |
||
VC++ |
enum SftMousePointerConstants object->MousePointer = Icon;
|
||
C |
HRESULT object->put_MousePointer(enum SftMousePointerConstants Icon); |
||
Delphi |
object.MousePointer := Icon : TOleEnum; |
object
A SftTree object.
Icon
Defines the mouse pointer used.
Icon |
Value |
Description |
0 |
(Default) |
|
1 |
Arrow |
|
2 |
Cross |
|
3 |
IBeam |
|
4 |
Icon ( Obsolete) |
|
5 |
Size |
|
6 |
Size NW SW |
|
7 |
Size N S |
|
8 |
Size NW SE |
|
9 |
Size W E |
|
10 |
Up Arrow |
|
11 |
Hourglass |
|
12 |
No Drop |
|
13 |
Arrow and Hourglass |
|
14 |
Arrow and Question Mark |
|
15 |
Size All |
|
99 |
Custom 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