| C1.Win.TreeView Namespace > C1TreeNode Class : Tag Property |
'Declaration<BrowsableAttribute(False)> <C1CategoryAttribute("Data")> <C1DescriptionAttribute("Gets or sets the object that contains data about the C1TreeNode.")> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> Public Property Tag As Object
'UsageDim instance As C1TreeNode Dim value As Object instance.Tag = value value = instance.Tag
[Browsable(false)] [C1Category("Data")] [C1Description("Gets or sets the object that contains data about the C1TreeNode.")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public object Tag {get; set;}
[Browsable(false)] [C1Category("Data")] [C1Description("Gets or sets the object that contains data about the C1TreeNode.")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public: property Object^ Tag { Object^ get(); void set ( Object^ 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