24 #ifndef __IOwnerDraw__ 25 #define __IOwnerDraw__ 37 enum { kDefaultIID = IID_IOWNERDRAWITEM };
39 virtual void MeasureItem(int32 itemID, uint16& itemWidth, uint16& itemHeight) = 0;
40 virtual bool16 IsItemEnabled(int32 itemID) = 0;
48 virtual void MeasureItemHeight(int32 itemID, uint16& itemHeight) = 0;