BCGControlBar Library for .NET
Item Property (MDIContainerCollection)




Gets a MDIContainer at the specified index in the collection.
Syntax
'Declaration
 
Public Overridable Shadows ReadOnly Default Property Item( _
   ByVal index As Integer _
) As MDIContainer
'Usage
 
Dim instance As MDIContainerCollection
Dim index As Integer
Dim value As MDIContainer
 
value = instance.Item(index)
public virtual new MDIContainer this[ 
   int index
]; {get;}
public: __property virtual new MDIContainer* get_Item   int index
;
public:
virtual new property MDIContainer^ default [int] {
   MDIContainer^ get(int index);
}

Parameters

index
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MDIContainerCollection Class
MDIContainerCollection Members

Send Feedback