[]
        
(Showing Draft Content)

C1.Framework.ListBoxElement.GetItemChecked

GetItemChecked Method

GetItemChecked(int)

Gets a value that indicates whether the item with certain index is checked or not.

Declaration
public bool GetItemChecked(int index)
Public Function GetItemChecked(index As Integer) As Boolean
Parameters
Type Name Description
int index
Returns
Type Description
bool