'DeclarationPublic Shared Function SetCursor( _ ByVal hCursor As System.IntPtr _ ) As System.IntPtr
'UsageDim hCursor As System.IntPtr Dim value As System.IntPtr value = NUser32.SetCursor(hCursor)
public static System.IntPtr SetCursor( System.IntPtr hCursor )
Parameters
- hCursor