PrintPreviewDialog.Tag Property

Definition

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

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

Property Value

An object that contains data about the control. The default is null.

Attributes

Remarks

This property is not relevant for this class.

Retrieves or assigns the data currently associated with the tree node. Any object-derived type can be assigned to this property. If this property is being set through the Windows Forms designer, only text can be assigned.

Applies to