Show / Hide Table of Contents

Class ChannelFilterButton

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

Constructors

| Improve this Doc View Source

ChannelFilterButton()

Declaration
public ChannelFilterButton()

Fields

| Improve this Doc View Source

ChatFilterPopup

Declaration
public readonly ChannelFilterPopup ChatFilterPopup
Field Value
Type Description
ChannelFilterPopup

Methods

| Improve this Doc View Source

Dispose(Boolean)

Declaration
protected override void Dispose(bool disposing)
Parameters
Type Name Description
System.Boolean disposing
Overrides
Robust.Client.UserInterface.Controls.BaseButton.Dispose(System.Boolean)
| Improve this Doc View Source

DrawModeChanged()

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

KeyBindDown(GUIBoundKeyEventArgs)

Declaration
protected override void KeyBindDown(GUIBoundKeyEventArgs args)
Parameters
Type Name Description
Robust.Client.UserInterface.GUIBoundKeyEventArgs args
Overrides
Robust.Client.UserInterface.Controls.BaseButton.KeyBindDown(Robust.Client.UserInterface.GUIBoundKeyEventArgs)
| 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
☀
☾