ErrorProvider::Tag Property
.NET Framework (current version)
Gets or sets an object that contains data about the component.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [BindableAttribute(true)] [TypeConverterAttribute((StringConverter^::typeid))] property Object^ Tag { Object^ get(); void set(Object^ value); }
Property Value
Type: System::Object^An object that contains data about the control. The default is null.
Use this property to store custom data about the component.
.NET Framework
Available since 2.0
Available since 2.0
Show: