ToolStripComboBox.GetItemHeight(Int32) Метод

Определение

Возвращает высоту элемента в пикселях ToolStripComboBox.

public:
 int GetItemHeight(int index);
public int GetItemHeight(int index);
member this.GetItemHeight : int -> int
Public Function GetItemHeight (index As Integer) As Integer

Параметры

index
Int32

Индекс элемента, возвращающего высоту.

Возвращаемое значение

Высота элемента в пикселях по указанному индексу.

Применяется к