Visual Basic (Declaration) | |
---|---|
Public Enum MousePointer Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As MousePointer |
C# | |
---|---|
public enum MousePointer : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class MousePointer : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
Arrow | Arrow |
ArrowHourglass | Arrow and hourglass (only available in 32-bit systems) |
ArrowQuestion | Arrow and question mark (only available in 32-bit systems) |
Crosshair | Cross-hair |
Custom | Custom icon specified by the MouseIcon property |
Default | (Default) Shape determined by the object |
Hourglass | Hourglass (wait) |
Ibeam | I-Beam |
IconPointer | Small square within a square |
NoDrop | No Drop |
SizeAll | Size all (only available in 32-bit systems) |
SizeNESW | Double arrow pointing northeast and southwest |
SizeNS | Double arrow pointing north and south |
SizeNWSE | Double arrow pointing northwest and southeast |
SizePointer | Four-pointed arrow pointing north, south, east, and west |
SizeWE | Double arrow pointing west and east |
UpArrow | Up Arrow |
System.Object
System.ValueType
System.Enum
Leadtools.Multimedia.MousePointer
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7