Framework calls the method to initialize the
embedded control by providing the pointer to the control's site
object.
| [Visual Basic .NET] |
|---|
Public Sub SetSite( _
ByVal Site As IAgUiPluginEmbeddedControlSite _
)
|
| [C#] |
|---|
public void SetSite(
|
| [Managed C++] |
|---|
public: void SetSite(
|
| [Java] |
|---|
public setSite(
|
| [Unmanaged C++] |
|---|
public: HRESULT SetSite(
|
- Site