AMEE_in_Revit.Addin.Commands.CommandBase.SetWindowText C# (CSharp) 메소드

SetWindowText() 개인적인 메소드

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