ToolStripControlHost::Site Property

 

Gets or sets the site of the hosted control.

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

public:
property ISite^ Site {
	virtual ISite^ get() override;
	virtual void set(ISite^ value) override;
}

Property Value

Type: System.ComponentModel::ISite^

The ISite associated with the control.

.NET Framework
Available since 2.0
Return to top
Show: