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