Class ChatInputBox
Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.Controls.Container
Robust.Client.UserInterface.Controls.PanelContainer
ChatInputBox
Namespace: Content.Client.UserInterface.Systems.Chat.Controls
Assembly: Content.Client.dll
Syntax
public class ChatInputBox : PanelContainer
Constructors
| Improve this Doc View SourceChatInputBox()
Declaration
public ChatInputBox()
Fields
| Improve this Doc View SourceChannelSelector
Declaration
public readonly ChannelSelectorButton ChannelSelector
Field Value
| Type | Description |
|---|---|
| ChannelSelectorButton |
Container
Declaration
protected readonly BoxContainer Container
Field Value
| Type | Description |
|---|---|
| Robust.Client.UserInterface.Controls.BoxContainer |
FilterButton
Declaration
public readonly ChannelFilterButton FilterButton
Field Value
| Type | Description |
|---|---|
| ChannelFilterButton |
Input
Declaration
public readonly HistoryLineEdit Input
Field Value
| Type | Description |
|---|---|
| Robust.Client.UserInterface.Controls.HistoryLineEdit |
Properties
| Improve this Doc View SourceActiveChannel
Declaration
protected ChatChannel ActiveChannel { get; }
Property Value
| Type | Description |
|---|---|
| ChatChannel |