[Visual Basic] <Category("Behavior")> _
<DefaultValue(16) _ )> _
Public Property ItemHeight() As Integer
[Visual Basic] > Public Property ItemHeight() As Integer
Get
Return Me.ComboBox.ItemHeight
End Get
Set(ByVal Value As Integer)
If Value <= 0 Then Value = 16
Me.ComboBox.ItemHeight = Value
Me.Height = Me.ComboBox.Height
Me.Invalidate()
End Set
End Property
Plattformen: Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition