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 SourceChannelFilterCheckbox(ChatChannel)
Declaration
public ChannelFilterCheckbox(ChatChannel channel)
Parameters
| Type | Name | Description |
|---|---|---|
| ChatChannel | channel |
Fields
| Improve this Doc View SourceChannel
Declaration
public readonly ChatChannel Channel
Field Value
| Type | Description |
|---|---|
| ChatChannel |
Properties
| Improve this Doc View SourceIsHidden
Declaration
public bool IsHidden { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Methods
| Improve this Doc View SourceUpdateUnreadCount(Nullable<Int32>)
Declaration
public void UpdateUnreadCount(int? unread)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Nullable<System.Int32> | unread |