Class ShowMessageDialog
Displays a dialog to show messages in a SfRichTextBoxAdv control.
Inheritance
System.Object
ShowMessageDialog
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public sealed class ShowMessageDialog : Control
Constructors
ShowMessageDialog()
Initializes a new instance of the ShowMessageDialog class.
Declaration
public ShowMessageDialog()
Properties
Message
Gets or sets the message.
Declaration
public string Message { get; set; }
Property Value
Type |
---|
System.String |
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.
Declaration
public override void OnApplyTemplate()