Collection of controls.
Read-only property
[Visual Basic .NET] |
---|
Public Property Controls() As IAgSearchControlCollection |
[C#] |
---|
public IAgSearchControlCollection Controls {get;} |
[Managed C++] |
---|
public: __property IAgSearchControlCollection ^ get_Controls(); |
[Unmanaged C++] |
---|
public: HRESULT get_Controls( IAgSearchControlCollection ** pVal ); |
[Java] |
---|
public IAgSearchControlCollection getControls(); |