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

Represents class containing parameters used by LineNumberingDialog.

Definition

Namespace:Telerik.WinForms.Documents.UI.Extensibility

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

C#
public class LineNumberingDialogContext

Inheritance: objectLineNumberingDialogContext

Constructors

Initialize new instance of LineNumberingDialogContext class.

C#
public LineNumberingDialogContext(RadRichTextBox owner, Action<LineNumbering> applyLineNumberingCallback)
Parameters:ownerRadRichTextBox

The owner of the dialog.

applyLineNumberingCallbackAction<LineNumbering>

The action to execute on apply.

Properties

Callback which is executed when dialog changes are applied.

C#
public Action<LineNumbering> ApplyLineNumberingCallback { get; }

Gets the owner of the LineNumberingDialog.

C#
public RadRichTextBox Owner { get; }