CheckedListBox::DrawMode Property

 

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.

Namespace:   System.Windows.Forms
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::DrawMode

Always a System.Windows.Forms::DrawMode of Normal.

This property is not relevant to this class.

.NET Framework
Available since 1.1
Return to top
Show: