Class LineNumberingDialogContext
Represents class containing parameters used by LineNumberingDialog.
Inheritance
System.Object
LineNumberingDialogContext
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.UI.Extensibility
Assembly: Telerik.Windows.Documents.dll
Syntax
public class LineNumberingDialogContext
Constructors
LineNumberingDialogContext(RadRichTextBox, Action<LineNumbering>)
Initialize new instance of LineNumberingDialogContext class.
Declaration
public LineNumberingDialogContext(RadRichTextBox owner, Action<LineNumbering> applyLineNumberingCallback)
Parameters
RadRichTextBox
owner
The owner of the dialog. |
System.Action<LineNumbering>
applyLineNumberingCallback
|
Properties
ApplyLineNumberingCallback
Callback which is executed when dialog changes are applied.
Declaration
public Action<LineNumbering> ApplyLineNumberingCallback { get; }
Property Value
System.Action<LineNumbering>
|
Owner
Gets the owner of the LineNumberingDialog.
Declaration
public RadRichTextBox Owner { get; }
Property Value
RadRichTextBox
|