StyleFormattingPropertiesDialog
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class StyleFormattingPropertiesDialog : RadRichTextBoxWindow, INotifyLayoutChange, IDragAware, IStyleFormattingPropertiesDialog, IComponentConnector
Inheritance: objectWindowBaseRadWindowRadRichTextBoxWindowStyleFormattingPropertiesDialog
Implements:
Inherited Members
Constructors
C#
public StyleFormattingPropertiesDialog()
Methods
InitializeComponent
C#
public void InitializeComponent()
C#
protected void ListLevelChanged(object sender, ListLevelChangedEventArgs args)
C#
public void ShowDialog(StyleFormattingPropertiesDialogContext context, Action<StyleDefinition> confirmedStyleCallback)
Displays the style formatting properties dialog for the specified context.
C#
public void ShowDialog(StyleFormattingPropertiesDialogContext context)
The context in which the style formatting properties dialog is to be shown.
Implements:
Shows the window either modally or not. This method should be used in the subclasses to open the window.
C#
protected override void ShowWindow(bool isModal)
Whether the window is modal or not.
Overrides: