Control.Site Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets information about the container that hosts the current control when rendered on a design surface.
public:
property System::ComponentModel::ISite ^ Site { System::ComponentModel::ISite ^ get(); void set(System::ComponentModel::ISite ^ value); };
[System.ComponentModel.Browsable(false)]
public System.ComponentModel.ISite Site { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Site : System.ComponentModel.ISite with get, set
Public Property Site As ISite
Property Value
An ISite that contains information about the container that the control is hosted in.
Implements
- Attributes
Exceptions
The control is a Substitution control.
Remarks
A site binds a Component object to a Container object and enables communication between the two. It also provides a way for the container to manage its components.