BuildingCoder.CmdStatusBar.SetWindowText C# (CSharp) Method

SetWindowText() private method

private SetWindowText ( IntPtr hWnd, string lpString ) : int
hWnd System.IntPtr
lpString string
return int
        static extern int SetWindowText(
            IntPtr hWnd,
            string lpString);