Tag Property (C1TaskDialog)
In This Topic
Gets or sets an object that contains additional data about the
C1TaskDialog.
Syntax
'Declaration
<C1DescriptionAttribute("C1TaskDialog.Tag", "User-defined data associated with the object.")>
<BindableAttribute(True)>
<C1CategoryAttribute("Data")>
<TypeConverterAttribute(System.ComponentModel.StringConverter)>
<DefaultValueAttribute("")>
<LocalizableAttribute(False)>
Public Property Tag As Object
[C1Description("C1TaskDialog.Tag", "User-defined data associated with the object.")]
[Bindable(true)]
[C1Category("Data")]
[TypeConverter(System.ComponentModel.StringConverter)]
[DefaultValue("")]
[Localizable(false)]
public object Tag {get; set;}
See Also