Check Box ListGet Item Checked(Object) Method
Returns a value indicating whether the item with the specified value is checked
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
True if the item is checked, false if it is not
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public bool GetItemChecked(
Object key
)VB
Public Function GetItemChecked (
key As Object
) As BooleanC++
public:
bool GetItemChecked(
Object^ key
)F#
member GetItemChecked :
key : Object -> bool Parameters
- key Object
- The item to examine in the data source. The ValueMember is searched for this value.
Return Value
BooleanTrue if the item is checked, false if it is not
Exceptions
| ArgumentOutOfRangeException | This is thrown if the value is not found in the collection. |