ComponentOne Windows 7 Control Pack for WinForms
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
    [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