Checked property controls whether the check box for the item is selected
Member of List View Item (PRIM_LVIT)
Data Type - Enumeration
The Checked property determines the appearance of the CheckBox
Enum Value | Description |
---|---|
False | Box will be unchecked to show a negative state |
Grayed | Box will show an indeterminate state |
True | Box will be checked to show a positive state |
Febuary 18 V14SP2