Wimark.Controls Class Library  

ExplorerBar.ExplorerGroupCollection.Insert Method

Inserts an explorer group to the collection.

[Visual Basic]
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal group As ExplorerGroup _
)
 
[C#]
public void Insert( 
   int index, 
   ExplorerGroup group 
);
[C++]
public: void Insert( 
   int index, 
   ExplorerGroup* group 
);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

ExplorerBar.ExplorerGroupCollection Class | ExplorerBar.ExplorerGroupCollection Members | Wimark.Controls Namespace