Share via


TriStateTreeView.CheckBoxes Property

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

Namespace:  Microsoft.SqlServer.Management.Controls
Assembly:  Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public Property CheckBoxes As Boolean
    Get
    Set
'Usage
Dim instance As TriStateTreeView
Dim value As Boolean

value = instance.CheckBoxes

instance.CheckBoxes = value
[BrowsableAttribute(false)]
public bool CheckBoxes { get; set; }
[BrowsableAttribute(false)]
public:
property bool CheckBoxes {
    bool get ();
    void set (bool value);
}
[<BrowsableAttribute(false)>]
member CheckBoxes : bool with get, set
function get CheckBoxes () : boolean
function set CheckBoxes (value : boolean)

Property Value

Type: System.Boolean
True if a check box appears next to each item in the ListView control; otherwise, false.