[Visual Basic] <Category("Behavior")> _
<DefaultValue(-1) _ )> _
Public Property DropDownWidth() As Integer
[Visual Basic] > Public Property DropDownWidth() As Integer
Get
Return p_DropDownWidth
End Get
Set(ByVal Value As Integer)
If Value <= 0 Then
p_DropDownWidth = -1
Me.ComboBox.TreeView.Width = Me.Width
Else
p_DropDownWidth = Value
Me.ComboBox.TreeView.Width = p_DropDownWidth
End If
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