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





Description

Retrieves a window object.

Property type

Read-only property

Syntax

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

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

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

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

[Java]
public IAgUiWindow getItem(
Variant
);

Parameters

IndexOrCaption

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1