New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinForms.Documents.UI.Extensibility

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

C#
public class CodeFormattingDialogContext

Inheritance: objectCodeFormattingDialogContext

Constructors

C#
public CodeFormattingDialogContext(RadRichTextBox owner)
Parameters:ownerRadRichTextBox

Properties

C#
public string Code { get; set; }
C#
public bool IsAlternatingLinesEnabled { get; set; }
C#
public bool IsLineNumberingEnabled { get; set; }
C#
public string Language { get; set; }
C#
public RadRichTextBox Owner { get; }