Class ParagraphDialog
ParagraphDialog
Inheritance
System.Object
ParagraphDialog
Implements
System.Windows.Markup.IComponentConnector
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.RichTextBoxAdv.WPF.dll
Syntax
public class ParagraphDialog : Window, IComponentConnector
Constructors
ParagraphDialog()
Declaration
public ParagraphDialog()
ParagraphDialog(RichTextBoxAdv)
Declaration
public ParagraphDialog(RichTextBoxAdv _rich)
Parameters
Type | Name | Description |
---|---|---|
RichTextBoxAdv | _rich |
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
OnActivated(EventArgs)
Declaration
protected override void OnActivated(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |
OnClosing(CancelEventArgs)
Declaration
protected override void OnClosing(CancelEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.CancelEventArgs | e |
OnKeyDown(KeyEventArgs)
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Input.KeyEventArgs | e |
OnSourceInitialized(EventArgs)
Declaration
protected override void OnSourceInitialized(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |
Implements
System.Windows.Markup.IComponentConnector