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

高さが返される項目のインデックス。

戻り値

Int32

指定したインデックスにある項目の高さ (ピクセル単位)。

適用対象