menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ShowMessageDialog - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved