AMEE_in_Revit.Addin.Commands.CommandBase.SetWindowText C# (CSharp) Method

SetWindowText() private method

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