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: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
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