ARCed.Controls.CheckGroupBox.GetItemChecked C# (CSharp) Méthode

GetItemChecked() public méthode

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