コード例 #1
0
            public int iGroup ;    // version 6 common control 

 

            public LVHITTESTINFO_V6(LVHITTESTINFO_public htinfo)

            {

                pt = htinfo.pt ; 

                flags = htinfo.flags ;

                iItem = htinfo.iItem ; 

                iSubItem = htinfo.iSubItem ; 

                iGroup = htinfo.iGroup ;

            } 
コード例 #2
0
            public int iSubItem ;    // this is was NOT in win95.  valid only for LVM_SUBITEMHITTEST 

 

            public LVHITTESTINFO(LVHITTESTINFO_public htinfo)

            {

                pt = htinfo.pt ; 

                flags = htinfo.flags ;

                iItem = htinfo.iItem ; 

                iSubItem = htinfo.iSubItem ; 

            }