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

높이를 반환할 항목의 인덱스입니다.

반품

지정된 인덱스에 있는 항목의 높이(픽셀)입니다.

적용 대상