Table of Contents

Class WindowMessageBox

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Implements window which can show MessageBox like dialogs.

public class WindowMessageBox : DialogWindow, IBaseObjectWithAttr, IBaseObjectWithId, INotifyPropertyChanged, IDisposableObject, IBaseObject, ISupportInitialize, IFocusable, ITextProperty, IComponent, INotifyDataErrorInfo, IWindow, IControl, IDisposable, IWin32Window, ILayoutItem
Inheritance
WindowMessageBox
Implements

Constructors

WindowMessageBox()

Initializes a new instance of the WindowTextInput class.

Fields

DefaultMargin

Gets or sets default margin for the controls.

DefaultMaxTextWidth

Gets or sets default maximal width for the text in the message box.

DefaultMinWidth

Gets or sets default minimum width for the message box.

Properties

Buttons

Gets panel with buttons.

Default

Gets the default instance of the WindowMessageBox class.

Label

Gets label.

Message

Gets or sets dialog message.

StateFlags

Gets control flags.

Methods

SetMessageIcon(MessageBoxIcon?)

Sets the icon displayed in the message box.

ShowAsMessageBox(MessageBoxInfo)

Displays a message box with the specified information.

ShowMessageBox(MessageBoxInfo)

Displays a message box with the specified information.

WithYesNoCancelAll(string, string, string[]?)

Configures the message box with "Yes", "No", "Cancel", and "All" buttons, and sets the specified title and message.