ItemHeight Property
ItemHeight
Gets or sets the height of each item.
Declaration
public int ItemHeight { get; set; }
Public Property ItemHeight As Integer
Examples
ComboBoxCellType cellType = new ComboBoxCellType();
cellType.ItemHeight = 24;
int itemHeight = cellType.ItemHeight;