Show / Hide Table of Contents

Class ChannelFilterCheckbox

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

Constructors

| Improve this Doc View Source

ChannelFilterCheckbox(ChatChannel)

Declaration
public ChannelFilterCheckbox(ChatChannel channel)
Parameters
Type Name Description
ChatChannel channel

Fields

| Improve this Doc View Source

Channel

Declaration
public readonly ChatChannel Channel
Field Value
Type Description
ChatChannel

Properties

| Improve this Doc View Source

IsHidden

Declaration
public bool IsHidden { get; }
Property Value
Type Description
System.Boolean

Methods

| Improve this Doc View Source

UpdateUnreadCount(Nullable<Int32>)

Declaration
public void UpdateUnreadCount(int? unread)
Parameters
Type Name Description
System.Nullable<System.Int32> unread

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