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