BCGControlBar Library for .NET
Item Property (SplitContainerCellCollection)




Specifies items from collection.
Syntax
'Declaration
 
Public Shadows Default Property Item( _
   ByVal index As Integer _
) As SplitContainerCell
'Usage
 
Dim instance As SplitContainerCellCollection
Dim index As Integer
Dim value As SplitContainerCell
 
instance.Item(index) = value
 
value = instance.Item(index)
public new SplitContainerCell this[ 
   int index
]; {get; set;}
public: __property new SplitContainerCell* get_Item   int index
;
public: __property new void set_Item   int index,
   SplitContainerCell* value
;
public:
new property SplitContainerCell^ default [int] {
   SplitContainerCell^ get(int index);
   void set (int indexSplitContainerCell^ value);
}

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

SplitContainerCellCollection Class
SplitContainerCellCollection Members

Send Feedback