Represents a LineNumberingDistanceNumericUpDown control.
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class LineNumberingDistanceNumericUpDown : RadNumericUpDown
Inheritance: objectRadRangeBaseRadNumericUpDownLineNumberingDistanceNumericUpDown
Inherited Members
Constructors
C#
public LineNumberingDistanceNumericUpDown()
Methods
Formats the display value when the control is not focused.
C#
public override string FormatDisplay()
Returns value that is displayed when the control doesn't have focus.
Overrides:
Formats the value when the control is in focus and the user is editing the content.
C#
public override string FormatEdit()
Return the value when the control is in focus and the user is editing the content.
Overrides: