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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface