| C1.Win.TreeView Namespace > C1TreeNode Class : Selected Property |
'Declaration<C1DescriptionAttribute("Gets or sets a value indicating whether the tree node is in the selected state.")> <BrowsableAttribute(False)> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> Public Property Selected As Boolean
'UsageDim instance As C1TreeNode Dim value As Boolean instance.Selected = value value = instance.Selected
[C1Description("Gets or sets a value indicating whether the tree node is in the selected state.")] [Browsable(false)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public bool Selected {get; set;}
[C1Description("Gets or sets a value indicating whether the tree node is in the selected state.")] [Browsable(false)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public: property bool Selected { bool get(); void set ( bool value); }
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