[]
        
(Showing Draft Content)

C1.Win.Command.C1TopicLink.Tag

Tag Property

Gets or sets arbitrary data that can be associated with the link.

Declaration
[C1Category("Appearance")]
[C1Description("C1TopicLink.Tag", "Gets or sets arbitrary data that can be associated with the link.")]
[TypeConverter(typeof(StringConverter))]
public object Tag { get; set; }
<C1Category("Appearance")>
<C1Description("C1TopicLink.Tag", "Gets or sets arbitrary data that can be associated with the link.")>
<TypeConverter(GetType(StringConverter))>
Public Property Tag As Object