Show / Hide Table of Contents

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 Source

ResearchClientServerSelectionMenu(ResearchClientBoundUserInterface)

Declaration
public ResearchClientServerSelectionMenu(ResearchClientBoundUserInterface owner)
Parameters
Type Name Description
ResearchClientBoundUserInterface owner

Methods

| Improve this Doc View Source

OnItemDeselected(ItemList.ItemListDeselectedEventArgs)

Declaration
public void OnItemDeselected(ItemList.ItemListDeselectedEventArgs itemListDeselectedEventArgs)
Parameters
Type Name Description
Robust.Client.UserInterface.Controls.ItemList.ItemListDeselectedEventArgs itemListDeselectedEventArgs
| Improve this Doc View Source

OnItemSelected(ItemList.ItemListSelectedEventArgs)

Declaration
public void OnItemSelected(ItemList.ItemListSelectedEventArgs itemListSelectedEventArgs)
Parameters
Type Name Description
Robust.Client.UserInterface.Controls.ItemList.ItemListSelectedEventArgs itemListSelectedEventArgs
| Improve this Doc View Source

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

Extension Methods

ControlExtension.GetControlOfType<T>(Control)
ControlExtension.GetControlOfType<T>(Control, String)
ControlExtension.GetControlOfType<T>(Control, Boolean)
ControlExtension.GetControlOfType<T>(Control, String, Boolean)
ControlExtension.GetSearchableControls(Control, Boolean)
ControlExtension.ChildrenContainText(Control, String)
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾