Retrieves the value of the DrawMode property. The DrawMode property controls whether the control is drawn by Windows or by the user.
[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);
the value of the DrawMode property, from the System.WinForms.DrawMode enumeration.
ComboBox Class | ComboBox Members | System.WinForms Namespace