Class ResearchClientServerSelectionMenu
Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.CustomControls.BaseWindow
Robust.Client.UserInterface.CustomControls.DefaultWindow
ResearchClientServerSelectionMenu
Namespace: Content.Client.Research.UI
Assembly: Content.Client.dll
Syntax
public sealed class ResearchClientServerSelectionMenu : DefaultWindow
Constructors
| Improve this Doc View SourceResearchClientServerSelectionMenu(ResearchClientBoundUserInterface)
Declaration
public ResearchClientServerSelectionMenu(ResearchClientBoundUserInterface owner)
Parameters
Type | Name | Description |
---|---|---|
ResearchClientBoundUserInterface | owner |
Methods
| Improve this Doc View SourceOnItemDeselected(ItemList.ItemListDeselectedEventArgs)
Declaration
public void OnItemDeselected(ItemList.ItemListDeselectedEventArgs itemListDeselectedEventArgs)
Parameters
Type | Name | Description |
---|---|---|
Robust.Client.UserInterface.Controls.ItemList.ItemListDeselectedEventArgs | itemListDeselectedEventArgs |
OnItemSelected(ItemList.ItemListSelectedEventArgs)
Declaration
public void OnItemSelected(ItemList.ItemListSelectedEventArgs itemListSelectedEventArgs)
Parameters
Type | Name | Description |
---|---|---|
Robust.Client.UserInterface.Controls.ItemList.ItemListSelectedEventArgs | itemListSelectedEventArgs |
Populate(Int32, String[], Int32[], Int32)
Declaration
public void Populate(int serverCount, string[] serverNames, int[] serverIds, int selectedServerId)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | serverCount | |
System.String[] | serverNames | |
System.Int32[] | serverIds | |
System.Int32 | selectedServerId |