Returns a collection of windows.
Read-only property
[Visual Basic .NET] |
---|
Public Property Windows() As IAgUiWindowsCollection |
[C#] |
---|
public IAgUiWindowsCollection Windows {get;} |
[Managed C++] |
---|
public: __property IAgUiWindowsCollection ^ get_Windows(); |
[Unmanaged C++] |
---|
public: HRESULT get_Windows( IAgUiWindowsCollection ** pVal ); |
[Java] |
---|
public IAgUiWindowsCollection getWindows(); |