Class CodeFormattingDialog
Inherited Members
Namespace: Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class CodeFormattingDialog : RadForm, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, ICodeFormattingDialog
Constructors
CodeFormattingDialog()
Declaration
public CodeFormattingDialog()
Properties
CodeTextBoxTabWidth
Gets or sets the tab size (in spaces) for the TextBox containing the code.
Declaration
public int CodeTextBoxTabWidth { get; set; }
Property Value
System.Int32
The width of the tab. |
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
true if managed resources should be disposed; otherwise, false. |
Overrides
LocalizeStrings()
Declaration
protected virtual void LocalizeStrings()
OnClosed(EventArgs)
Declaration
protected override void OnClosed(EventArgs e)
Parameters
System.EventArgs
e
|
OnShown(EventArgs)
Declaration
protected override void OnShown(EventArgs e)
Parameters
System.EventArgs
e
|
Overrides
ShowDialog(CodeFormattingDialogContext)
Declaration
public void ShowDialog(CodeFormattingDialogContext context)
Parameters
CodeFormattingDialogContext
context
|