CommonDialog.Tag Property
.NET Framework (current version)
Gets or sets an object that contains data about the control.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
[BindableAttribute(true)] [TypeConverterAttribute(typeof(StringConverter))] public object Tag { get; set; }
Use this property to store arbitrary information about the control.
.NET Framework
Available since 2.0
Available since 2.0
Show: