| C1.Win.C1Input Namespace > C1TextBox Class : Tag Property |
'Declaration<C1CategoryAttribute("Data")> <C1DescriptionAttribute("Gets or sets the object that contains data about the control.")> <TypeConverterAttribute("System.ComponentModel.StringConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")> <DefaultValueAttribute()> <BindableAttribute(Bindable=False, Direction=BindingDirection.OneWay)> <LocalizableAttribute(True)> Public Shadows Property Tag As Object
[C1Category("Data")] [C1Description("Gets or sets the object that contains data about the control.")] [TypeConverter("System.ComponentModel.StringConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")] [DefaultValue()] [Bindable(Bindable=false, Direction=BindingDirection.OneWay)] [Localizable(true)] public new object Tag {get; set;}
[C1Category("Data")] [C1Description("Gets or sets the object that contains data about the control.")] [TypeConverter("System.ComponentModel.StringConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")] [DefaultValue()] [Bindable(Bindable=false, Direction=BindingDirection.OneWay)] [Localizable(true)] public: new property Object^ Tag { Object^ get(); void set ( Object^ value); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2