ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / C1TaskbarButton Class / Tag Property

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