| Leadtools.MediaFoundation Namespace : MousePointer Enumeration | 
'Declaration Public Enum MousePointer Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As MousePointer
public enum MousePointer : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
public enum class MousePointer : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
| Value | Member | Description | 
|---|---|---|
| 0x00000001 | Arrow | Arrow | 
| 0x00000002 | Crosshair | Cross-hair | 
| 0x00000003 | Ibeam | I-Beam | 
| 0x00000004 | IconPointer | Small square within a square | 
| 0x00000005 | SizePointer | Four-pointed arrow pointing north, south, east, and west | 
| 0x00000006 | SizeNESW | Double arrow pointing northeast and southwest | 
| 0x00000007 | SizeNS | Double arrow pointing north and south | 
| 0x00000008 | SizeNWSE | Double arrow pointing northwest and southeast | 
| 0x00000009 | SizeWE | Double arrow pointing west and east | 
| 0x0000000A | UpArrow | Up Arrow | 
| 0x0000000B | Hourglass | Hourglass (wait) | 
| 0x0000000C | NoDrop | No Drop | 
| 0x0000000D | ArrowHourglass | Arrow and hourglass (only available in 32-bit systems) | 
| 0x0000000E | ArrowQuestion | Arrow and question mark (only available in 32-bit systems) | 
| 0x0000000F | SizeAll | Size all (only available in 32-bit systems) | 
| 0x00000063 | Custom | Custom icon specified by the MouseIcon property | 
System.Object
   System.ValueType
      System.Enum
         Leadtools.MediaFoundation.MousePointer