'Declaration Public Shared Function SetWindowText( _ ByVal hWnd As IntPtr, _ ByVal text As String _ ) As Boolean
public static bool SetWindowText( IntPtr hWnd, string text )
Win32 Class Win32 Members