Enum ChatActionAfterPress
- Namespace
- SharpConsoleUI.Controls
- Assembly
- SharpConsoleUI.dll
What happens to a message's actions row after a non-toggle action is pressed.
public enum ChatActionAfterPress
- Extension Methods
Fields
Hide = 1Remove the actions row after the press.
None = 0Leave the actions row in place.