C# Class OpenMetaverse.GUI.GroupList

ListView GUI component for viewing a client's group list
Inheritance: System.Windows.Forms.ListView
Afficher le fichier Open project: 3di/3di-viewer-rei-libs

Méthodes publiques

Méthode Description
GroupList ( ) : System

TreeView control for an unspecified client's group list

GroupList ( GridClient client ) : System

TreeView control for the specified client's group list

Private Methods

Méthode Description
GroupList_ColumnClick ( object sender, System.Windows.Forms.ColumnClickEventArgs e ) : void
GroupList_DoubleClick ( object sender, System e ) : void
Groups_OnCurrentGroups ( Group>.Dictionary groups ) : void
InitializeClient ( GridClient client ) : void
RefreshGroups ( Group>.Dictionary groups ) : void

Method Details

GroupList() public méthode

TreeView control for an unspecified client's group list
public GroupList ( ) : System
Résultat System

GroupList() public méthode

TreeView control for the specified client's group list
public GroupList ( GridClient client ) : System
client GridClient
Résultat System