AGI Ui Core 11 Send comments on this topic.
Item Property (IAgUiToolbarCollection)
See Also 
IndexOrCaption





Description

Retrieves a toolbar object.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Item( _
   ByVal IndexOrCaption As System.Object _
) As IAgUiToolbar

[C#]
public IAgUiToolbar this[
System.Object IndexOrCaption
] { get; }

[Managed C++]
public: __property IAgUiToolbar^ get_Item(
VARIANT
);

[Unmanaged C++]
public: HRESULT get_Item(
VARIANT RetVal
);

[Java]
public IAgUiToolbar getItem(
Variant
);

Parameters

IndexOrCaption

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1