Animate (inherited from Editor) |
Gets or sets a value indicating whether the drop down window should animate when it is opened. |
Bounds (inherited from Editor) |
Gets the bounds of the editor. |
ClonedFrom (inherited from Editor) |
Gets or sets the editor this editor is cloned from. |
Container (inherited from Component) |
Gets the IContainer that contains the Component. |
DecimalPlaces |
Gets or sets the number of decimal places to display in the up-down editor. |
DroppedDown (inherited from Editor) |
Gets or sets a value indicating whether the editor is displaying its drop-down portion. |
Enabled (inherited from Editor) |
Gets or sets a value indicating whether the editor is enabled. |
Font |
Gets or sets the font used to display the text in the editor. |
Hexadecimal |
Gets or sets a value indicating whether the up-down editor should display the value it contains in hexadecimal format. |
Increment |
Gets or sets the value to increment or decrement the up-down editor when the up or down buttons are clicked. |
InterceptArrowKeys |
Gets or sets a value indicating whether the user can use the UP ARROW and DOWN ARROW keys to select values. |
IsActivated (inherited from Editor) |
Gets a value indicating whether the editor is activated. |
IsDialogOpened (inherited from Editor) |
Gets a value indicating whether the editor is displaying the modal dialog. |
LargeButtonLayout (inherited from Editor) |
Gets or sets a value indicating whether the editor should display large buttons. |
Maximum |
Gets or sets the maximum value for the up-down editor. |
MaxLength |
Gets or sets the maximum number of characters the user can type into the editor. |
MenuCommands |
Gets the collection of CommandItem objects used to create the context menu. |
Minimum |
Gets or sets the minimum allowed value for the up-down editor. |
Modified |
Gets or sets a value that indicates that the up-down editor has been modified by the user since the control was created or its contents were last set. |
NumericUpDown |
Gets the NumericUpDown control. |
NumericValue |
Gets or sets the value assigned to the up-down editor. |
PreferredSize |
Gets or sets the preferred size of the editor. |
ReadOnly |
Gets or sets a value indicating whether the text may be changed by the use of the up or down buttons only. |
Renderer (inherited from Editor) |
The renderer that paints this control. |
RightToLeft (inherited from Editor) |
Gets or sets whether the content displayed by the editor is displayed from right to left. |
SelectedText |
Gets or sets the text that is selected in the editable portion of an up-down editor. |
SelectionLength |
Gets or sets the number of characters selected in the editable portion of the up-down editor. |
SelectionStart |
Gets or sets the starting index of text selected in the up-down editor. |
Site (inherited from Component) |
Gets or sets the ISite of the Component. |
Text |
Gets or sets the current text in the editor. |
TextAlign |
Gets or sets the alignment of the text in the up-down editor. |
ThousandsSeparator |
Gets or sets a value indicating whether a thousands separator is displayed in the up-down editor when appropriate. |
UpDownAlign |
Gets or sets the alignment of the up and down buttons on the up-down editor. |
UpDownRenderer |
The renderer that paints the up/down editor. |
Value (inherited from Editor) |
Gets or sets the value to edit. |