예제 #1
0
 public int GetWindowText(IntPtr hwnd, StringBuilder buf, int nMaxCount)
 {
     return(NativeWordStyleFormDesigner.GetWindowText(hwnd, buf, nMaxCount));
 }