Gets/sets a value indicating whether a check box appears next to each item in the control.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly:   Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic (Declaration)
<DefaultValueAttribute(False)> _
<CategoryAttribute("Appearance")> _
Public Property CheckBoxes As Boolean
C#
[DefaultValueAttribute(false)]
[CategoryAttribute("Appearance")]
public bool CheckBoxes { get; set; }
Visual C++
[DefaultValueAttribute(false)]
[CategoryAttribute(L"Appearance")]
public:
property bool CheckBoxes {
	bool get ();
	void set (bool value);
}

Property Value

true if a check box appears next to each item in the control; otherwise, false. The default is false.

See Also