Show / Hide Table of Contents

Class MenuButton

Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.Controls.BaseButton
Robust.Client.UserInterface.Controls.ContainerButton
MenuButton
Namespace: Content.Client.UserInterface.Controls
Assembly: Content.Client.dll
Syntax
public sealed class MenuButton : ContainerButton

Constructors

| Improve this Doc View Source

MenuButton()

Declaration
public MenuButton()

Fields

| Improve this Doc View Source

StyleClassLabelTopButton

Declaration
public const string StyleClassLabelTopButton = null
Field Value
Type Description
System.String
| Improve this Doc View Source

StyleClassRedTopButton

Declaration
public const string StyleClassRedTopButton = null
Field Value
Type Description
System.String

Properties

| Improve this Doc View Source

AppendStyleClass

Declaration
public string AppendStyleClass { set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

BoundKey

Declaration
public BoundKeyFunction BoundKey { get; set; }
Property Value
Type Description
Robust.Shared.Input.BoundKeyFunction
| Improve this Doc View Source

ButtonRoot

Declaration
public BoxContainer ButtonRoot { get; }
Property Value
Type Description
Robust.Client.UserInterface.Controls.BoxContainer
| Improve this Doc View Source

Icon

Declaration
public Texture Icon { get; set; }
Property Value
Type Description
Robust.Client.Graphics.Texture

Methods

| Improve this Doc View Source

DrawModeChanged()

Declaration
protected override void DrawModeChanged()
Overrides
Robust.Client.UserInterface.Controls.ContainerButton.DrawModeChanged()
| Improve this Doc View Source

EnteredTree()

Declaration
protected override void EnteredTree()
Overrides
Robust.Client.UserInterface.Control.EnteredTree()
| Improve this Doc View Source

ExitedTree()

Declaration
protected override void ExitedTree()
Overrides
Robust.Client.UserInterface.Control.ExitedTree()
| Improve this Doc View Source

StylePropertiesChanged()

Declaration
protected override void StylePropertiesChanged()
Overrides
Robust.Client.UserInterface.Control.StylePropertiesChanged()

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
☀
☾