ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupComboBox.GetItemHeight C# (CSharp) Méthode

GetItemHeight() public méthode

Returns the height of an item in the ComboBox.
public GetItemHeight ( int index ) : int
index int The index of the item to return the height of.
Résultat int
        public int GetItemHeight(int index)
        {
            return _comboBox.GetItemHeight(index);
        }