24 #ifndef __ITreeAttributes__ 25 #define __ITreeAttributes__ 28 #include "IPMUnknown.h" 40 enum { kDefaultIID = IID_ITREEATTRIBUTES };
59 typedef enum { kVerticalScrollBar, kHorizontalScrollBar} ScrollBarType;
69 virtual void UseScrollBar( ScrollBarType scrollType, bool16 useScrollBar ) = 0;
91 virtual void SetScrollAmount( ScrollBarType scrollType, int16 scrollButtonIncrement, int16 thumbScrollIncrement ) = 0;
113 virtual void SetDrawBorder(
const bool16 willDrawBorder ) = 0;