| public nothrow | Button(ButtonCreateParams& createParams) |
| public nothrow uchar | AccessKey() const |
| public static Button* | Cancel() |
| public nothrow DialogResult | GetDialogResult() const |
| public nothrow bool | IsDefault() const |
| public static Button* | No() |
| public static Button* | OK() |
| public override void | OnKeyPressed(KeyEventArgs& args) |
| public virtual void | OnPressed() |
| public override void | OnWriteScreen(WriteScreenEventArgs& args) |
| public void | Press() |
| public Event<PressedEventHandler, EmptyEventArgs>& | PressedEvent() |
| public nothrow void | ResetDefault() |
| public nothrow void | SetAccessKey() |
| public nothrow void | SetDefault() |
| public nothrow void | SetDialogResult(DialogResult dialogResult_) |
| public int | TextLength() const |
| public static Button* | Yes() |
| private uchar | accessKey |
| private DialogResult | dialogResult |
| private ConsoleColor | disabledColor |
| private ButtonFlags | flags |
| private ConsoleColor | focusedItemBackColor |
| private ConsoleColor | focusedItemForeColor |
| private ConsoleColor | highlightColor |
| private Event<PressedEventHandler, EmptyEventArgs> | pressedEvent |
| private String<uchar> | text |