Class WindowWithMemoAndButton
Represents a dialog window that displays multi-line message.
public class WindowWithMemoAndButton : DialogWindow, IBaseObjectWithAttr, IBaseObjectWithId, INotifyPropertyChanged, IDisposableObject, IBaseObject, ISupportInitialize, IFocusable, ITextProperty, IComponent, INotifyDataErrorInfo, IWindow, IControl, IDisposable, IWin32Window
- Inheritance
-
WindowWithMemoAndButton
- Implements
Remarks
This window provides a read-only text box for displaying multi-line message and a "Close" button for dismissing the dialog. It is designed to be modal, centered relative to its owner, and configured with predefined settings such as size, padding, and top-most behavior.
Constructors
- WindowWithMemoAndButton(string, string)
Initializes a new instance of the WindowWithMemoAndButton class.
Properties
- CloseButton
Gets the button that closes the dialog.
- CopyButton
Gets the button used to initiate a copy to clipboard operation.
- Memo
Gets the memo text box that displays the message.
Methods
- InitializeControls(string, string)
Initializes the controls and layout for the window, setting up its appearance and behavior.