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

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

Returns the height of an item in the KryptonListBox.
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);
        }
KryptonListBox