ComponentFactory.Krypton.Toolkit.KryptonCheckedListBox.GetItemHeight C# (CSharp) Method

GetItemHeight() public method

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.
return int
        public int GetItemHeight(int index)
        {
            return _listBox.GetItemHeight(index);
        }
KryptonCheckedListBox