CheckBoxListGetItemChecked(Object) Method
Returns a value indicating whether the item with the specified value is checked
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public bool GetItemChecked(
Object key
)
Public Function GetItemChecked (
key As Object
) As Boolean
public:
bool GetItemChecked(
Object^ key
)
member GetItemChecked :
key : Object -> bool
- key Object
- The item to examine in the data source. The ValueMember
is searched for this value.
BooleanTrue if the item is checked, false if it is not