PrintPreviewDialog::Tag Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

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

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

public:
[BrowsableAttribute(false)]
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.

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.

.NET Framework
Available since 1.1
Return to top
Show: