コード例 #1
0
ファイル: Vip72Handle.cs プロジェクト: thankhuong/AutoLeadGUI
 public static int ListViewColumnCount(IntPtr listViewHandle)
 {
     return(Vip72Handle.Header_GetItemCount(Vip72Handle.ListView_GetHeader(listViewHandle)));
 }