Class LineNumberingDistanceNumericUpDown
Represents a LineNumberingDistanceNumericUpDown control.
Inherited Members
Namespace: Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class LineNumberingDistanceNumericUpDown : RadNumericUpDown, IThemable
Constructors
LineNumberingDistanceNumericUpDown()
Declaration
public LineNumberingDistanceNumericUpDown()
Methods
FormatDisplay()
Formats the display value when the control is not focused.
Declaration
public override string FormatDisplay()
Returns
System.String
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
public override string FormatEdit()
Returns
System.String
Return the value when the control is in focus and the user is editing the content. |