| C1.Win.TreeView Namespace > C1TreeView Class : SelectedNodes Property |
'Declaration<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <BrowsableAttribute(False)> <C1DescriptionAttribute("Gets selected nodes of the tree view control.")> Public ReadOnly Property SelectedNodes As C1TreeNode()
'UsageDim instance As C1TreeView Dim value() As C1TreeNode value = instance.SelectedNodes
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [Browsable(false)] [C1Description("Gets selected nodes of the tree view control.")] public C1TreeNode[] SelectedNodes {get;}
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [Browsable(false)] [C1Description("Gets selected nodes of the tree view control.")] public: property array<C1TreeNode^>^ SelectedNodes { array<C1TreeNode^>^ get(); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2