[]
        
(Showing Draft Content)

C1.Util.Win.Win32.SetWindowText

SetWindowText Method

SetWindowText(IntPtr, string)

Declaration
public static extern bool SetWindowText(IntPtr hWnd, string text)
Public Shared Function SetWindowText(hWnd As IntPtr, text As String) As Boolean
Parameters
Type Name Description
IntPtr hWnd
string text
Returns
Type Description
bool