ComponentOne TreeView for WinForms
Tag Property

C1.Win.TreeView Namespace > C1TreeNode Class : Tag Property
Gets or sets the object that contains data about the C1TreeNode.
Syntax
'Declaration
 
<C1CategoryAttribute("データ")>
<C1DescriptionAttribute("C1TreeNode に関するデータを含むオブジェクトを取得または設定します。")>
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property Tag As Object
[C1Category("データ")]
[C1Description("C1TreeNode に関するデータを含むオブジェクトを取得または設定します。")]
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public object Tag {get; set;}
See Also

Reference

C1TreeNode Class
C1TreeNode Members