[Visual Basic] Public Shadows Property SelectedValue() As Object
[Visual Basic] Public Shadows Property SelectedValue() As Object
Get
Dim currentselection As TreeNodeEx = MyBase.SelectedItem
If currentselection Is Nothing Then
Return Nothing
Else
Return currentselection.TreeNode.Tag
End If
End Get
Set(ByVal value As Object)
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