WinForms Edition Documentation
C1.Win.C1Win7Pack Namespace / C1TaskDialog Class / Tag Property

In This Topic
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
 
See Also