Retrieves the style of the listbox. This will indicate if the system draws it, or if the user paints each item manually. It also indicates whether or not items have to be of the same height.
[Visual Basic] Public Property DrawMode As DrawMode [C#] public DrawMode DrawMode {get; set;} [C++] public: __property DrawMode get_DrawMode(); public: __property void set_DrawMode(DrawMode); [JScript] public function get DrawMode() : DrawMode; public function set DrawMode(DrawMode);
an Integer with the style.