CheckedListBox::DrawMode Property
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets a value indicating the mode for drawing elements of the CheckedListBox. This property is not relevant to this class.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [BrowsableAttribute(false)] property DrawMode DrawMode { virtual DrawMode get() override; virtual void set(DrawMode value) override; }
Property Value
Type: System.Windows.Forms::DrawModeAlways a System.Windows.Forms::DrawMode of Normal.
This property is not relevant to this class.
.NET Framework
Available since 1.1
Available since 1.1
Show: