C# 클래스 OpenMetaverse.GUI.GroupList

ListView GUI component for viewing a client's group list
상속: System.Windows.Forms.ListView
파일 보기 프로젝트 열기: 3di/3di-viewer-rei-libs

공개 메소드들

메소드 설명
GroupList ( ) : System

TreeView control for an unspecified client's group list

GroupList ( GridClient client ) : System

TreeView control for the specified client's group list

비공개 메소드들

메소드 설명
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

메소드 상세

GroupList() 공개 메소드

TreeView control for an unspecified client's group list
public GroupList ( ) : System
리턴 System

GroupList() 공개 메소드

TreeView control for the specified client's group list
public GroupList ( GridClient client ) : System
client GridClient
리턴 System