CommonDialog.Tag Property

 

Gets or sets an object that contains data about the control.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

<BindableAttribute(True)>
<TypeConverterAttribute(GetType(StringConverter))>
Public Property Tag As Object

Property Value

Type: System.Object

The object that contains data about the CommonDialog.

Use this property to store arbitrary information about the control.

.NET Framework
Available since 2.0
Return to top
Show: