ComponentFactory.Krypton.Toolkit.KryptonCheckedListBox.GetSelected C# (CSharp) Метод

GetSelected() публичный Метод

Returns a value indicating whether the specified item is selected.
public GetSelected ( int index ) : bool
index int The zero-based index of the item that determines whether it is selected.
Результат bool
        public bool GetSelected(int index)
        {
            return _listBox.GetSelected(index);
        }
KryptonCheckedListBox