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( IAgUiPluginEmbeddedControlSite Site ); |
[Managed C++] |
---|
public: void SetSite( IAgUiPluginEmbeddedControlSite ^ Site ); |
[Unmanaged C++] |
---|
public: HRESULT SetSite( IAgUiPluginEmbeddedControlSite * Site ); |
[Java] |
---|
public void setSite( IAgUiPluginEmbeddedControlSite Site ); |
- Site