Returns a pointer to the Ui plugin object that created the embedded control.
Read-only property
[Visual Basic .NET] |
---|
Public Property Plugin() As IAgUiPlugin |
[C#] |
---|
public IAgUiPlugin Plugin {get;} |
[Managed C++] |
---|
public: __property IAgUiPlugin ^ get_Plugin(); |
[Unmanaged C++] |
---|
public: HRESULT get_Plugin( IAgUiPlugin ** ppOwner ); |
[Java] |
---|
public IAgUiPlugin getPlugin(); |