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

高さを返す項目のインデックス。

返品

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

適用対象