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