IStyleFormattingPropertiesDialog
Interface
Represents a dialog for configuring style formatting properties in the Telerik Windows UI framework.
Definition
Namespace:Telerik.Windows.Documents.UI.Extensibility
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public interface IStyleFormattingPropertiesDialog
Derived Classes:
Methods
Displays the style formatting properties dialog for the specified context.
C#
void ShowDialog(StyleFormattingPropertiesDialogContext context)
The context in which the style formatting properties dialog is to be shown.