Retrieves a toolbar object based on the index in the collection.
[Visual Basic .NET] |
---|
Public Function GetItemByIndex( _ ByVal Index As Integer _ ) As IAgUiToolbar |
[C#] |
---|
public IAgUiToolbar GetItemByIndex( int Index ); |
[Managed C++] |
---|
public: IAgUiToolbar^ GetItemByIndex( int Index ); |
[Unmanaged C++] |
---|
public: HRESULT GetItemByIndex( int Index, IAgUiToolbar ** ppVal ); |
[Java] |
---|
public IAgUiToolbar getItemByIndex( Integer Index ); |
[Python - STK API ] |
---|
def GetItemByIndex(self, Index:int) -> "IAgUiToolbar": |
- Index