[]
        
(Showing Draft Content)

C1.Util.Win.Win32.SetWindowText

SetWindowText Method

SetWindowText(nint, string)

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