ICodeFormattingDialog
Interface
Represents a dialog for code formatting, allowing users to customize their code presentation.
Definition
Namespace:Telerik.Windows.Documents.UI.Extensibility
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public interface ICodeFormattingDialog
Derived Classes:
Methods
Displays a dialog for code formatting settings.
C#
void ShowDialog(CodeFormattingDialogContext context)
The context in which the code formatting dialog is shown.