ARCed.Controls.CheckGroupBox.GetItemChecked C# (CSharp) Method

GetItemChecked() public method

Gets the state of a checkbox
public GetItemChecked ( int index ) : bool
index int Index of the checkbox
return bool
        public bool GetItemChecked(int index)
        {
            return this.checkedList.GetItemChecked(index);
        }