'DeclarationPublic Shared Function HideCaret( _ ByVal hWnd As System.IntPtr _ ) As System.Boolean
'UsageDim hWnd As System.IntPtr Dim value As System.Boolean value = NUser32.HideCaret(hWnd)
public static System.bool HideCaret( System.IntPtr hWnd )
Parameters
- hWnd