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

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

Returns the height of an item in the KryptonCheckedListBox.
public GetItemHeight ( int index ) : int
index int The index of the item to return the height of.
Результат int
        public int GetItemHeight(int index)
        {
            return _listBox.GetItemHeight(index);
        }
KryptonCheckedListBox