Where the recipient of the event should put the height of the item specified by the index.
[Visual Basic] Public Property ItemHeight As Integer [C#] public int ItemHeight {get; set;} [C++] public: __property int get_ItemHeight(); public: __property void set_ItemHeight(int); [JScript] public function get ItemHeight() : int; public function set ItemHeight(int);
MeasureItemEventArgs Class | MeasureItemEventArgs Members | System.WinForms Namespace