Skip to content

TristateCheckbox Property

Description

Specifies whether the checkbox uses 3 states or 2 states (the three states are 'Off', 'On', and 'Mixed').

Property Type

Read-write property

Syntax (Visual Basic)

Public Property TristateCheckbox() As Boolean

Remarks

To display a checkbox in the item, set the HasCheckbox property to True.

The CheckboxState property will tell you the current state of the checkbox:

  • 0 - Off
  • 1 - Checked
  • 2 - Mixed

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.