LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
MousePointer Enumeration
See Also  
Leadtools.Multimedia Namespace : MousePointer Enumeration



The MousePointer enumeration values specify the type of mouse pointer to use for the control.

Syntax

Visual Basic (Declaration) 
Public Enum MousePointer 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As MousePointer
C# 
public enum MousePointer : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class MousePointer : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
ArrowArrow
ArrowHourglassArrow and hourglass (only available in 32-bit systems)
ArrowQuestionArrow and question mark (only available in 32-bit systems)
CrosshairCross-hair
CustomCustom icon specified by the MouseIcon property
Default(Default) Shape determined by the object
HourglassHourglass (wait)
IbeamI-Beam
IconPointerSmall square within a square
NoDropNo Drop
SizeAllSize all (only available in 32-bit systems)
SizeNESWDouble arrow pointing northeast and southwest
SizeNSDouble arrow pointing north and south
SizeNWSEDouble arrow pointing northwest and southeast
SizePointerFour-pointed arrow pointing north, south, east, and west
SizeWEDouble arrow pointing west and east
UpArrowUp Arrow

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Multimedia.MousePointer

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also