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