Returns a pointer to the container that is hosting the embedded control.
Read-only property
[Visual Basic .NET] |
---|
Public Property Window() As IAgUiWindow |
[C#] |
---|
public IAgUiWindow Window {get;} |
[Managed C++] |
---|
public: __property IAgUiWindow ^ get_Window(); |
[Unmanaged C++] |
---|
public: HRESULT get_Window( IAgUiWindow ** ppContainer ); |
[Java] |
---|
public IAgUiWindow getWindow(); |