CommonDialog.Tag Propiedad

Definición

Obtiene o establece un objeto que contiene datos sobre el control.

public:
 property System::Object ^ Tag { System::Object ^ get(); void set(System::Object ^ value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.TypeConverter(typeof(System.ComponentModel.StringConverter))]
public object Tag { get; set; }
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.TypeConverter(typeof(System.ComponentModel.StringConverter))]
public object? Tag { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.ComponentModel.StringConverter))>]
member this.Tag : obj with get, set
Public Property Tag As Object

Valor de propiedad

Object

Objeto que contiene datos sobre el control CommonDialog.

Atributos

Comentarios

Utilice esta propiedad para almacenar información arbitraria sobre el control.

Se aplica a