NumericUpDownEditor Constructor |
Creates a new instance of the NumericUpDownEditor class. |
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. |
Activate (inherited from Editor) |
Activates the editor and starts to edit the value. |
Clone (inherited from Editor) |
Creates a new editor and copies the state from this editor. |
CreateObjRef (inherited from MarshalByRefObject) |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
DisplayModalDialog (inherited from Editor) |
Displays the modal dialog used to edit the value. |
Dispose (inherited from Component) |
Overloaded. Releases the resources used by the Component. |
Equals (inherited from Object) |
Overloaded. Determines whether two Object instances are equal. |
GetHashCode (inherited from Object) |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetLifetimeService (inherited from MarshalByRefObject) |
Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
GetType (inherited from Object) |
Gets the Type of the current instance. |
InitializeLifetimeService (inherited from MarshalByRefObject) |
Obtains a lifetime service object to control the lifetime policy for this instance. |
OnValueModified (inherited from Editor) |
Raises the ValueModified event. |
Select |
Selects a range of text in the editable portion of the up-down editor. |
SelectAll |
Selects all the text in the editable portion of the up-down editor. |
ToString (inherited from Component) |
Overridden. See Object.ToString. |
Activated (inherited from Editor) |
Occurs when the editor is activated and starts to edit a value. |
BeforeDeactivate (inherited from Editor) |
Occurs before the editor loses focus and ends editing a value. |
Deactivated (inherited from Editor) |
Occurs when the editor loses focus and ends editing a value. |
Disposed (inherited from Component) |
Adds an event handler to listen to the Disposed event on the component. |
DropDown (inherited from Editor) |
Occurs before the drop-down portion of an editor is shown. |
IsInputKey (inherited from Editor) |
Occurs when the editor determines whether the specified key is a special key that requires preprocessing. |
KeyDown (inherited from Editor) |
Occurs when a key that requires preprocessing is pressed while the editor is active. |
OpenDialog (inherited from Editor) |
Occurs before the modal dialog of an editor is open. |
ValueChanged (inherited from Editor) |
Occurs when the Value property has changed. |
ValueModified (inherited from Editor) |
Occurs when the editor value is changed by the user. |
DesignMode (inherited from Component) |
Gets a value that indicates whether the Component is currently in design mode. |
Events (inherited from Component) |
Gets the list of event handlers that are attached to this Component. |
HorizontalDropDownScrollBar (inherited from Editor) |
Gets or sets a value indicating whether the horizontal scrollbar of the drop down window should be visible when it's needed. |
MaxDropDownRows (inherited from Editor) |
Gets or sets the maximum number of rows to be shown in the drop-down portion of the editor. |
PreferredDropDownSize (inherited from Editor) |
Gets or sets the preferred size of the of the drop-down portion of an editor. |
VerticalDropDownScrollBar (inherited from Editor) |
Gets or sets a value indicating whether the vertical scrollbar of the drop down window should be visible when it's needed. |
CreateDropDownArea (inherited from Editor) |
Virtual method that should create the area control used in the drop down window to edit values. |
CreateEditorControl (inherited from Editor) |
Virtual method that should create the control used to edit values. |
CreateEditorForm (inherited from Editor) |
Virtual method that should create the form used as a modal dialog to edit values. |
Dispose (inherited from Component) |
Overloaded. Releases the resources used by the Component. |
Finalize (inherited from Component) |
Overridden. See Object.Finalize. In C# and C++, finalizers are expressed using destructor syntax. |
GetCanEdit (inherited from Editor) |
Virtual method that should return a value that indicates whether the editor can edit the value. |
GetService (inherited from Component) |
Returns an object that represents a service provided by the Component or by its Container. |
GetSupportsDialog (inherited from Editor) |
Virtual method that should return a value that indicates whether the editor supports editing by a modal dialog. |
GetSupportsDropDown (inherited from Editor) |
Virtual method that should return a value that indicates whether the editor supports editing by a drop down window. |
MemberwiseClone (inherited from Object) |
Creates a shallow copy of the current Object. |
OnActivated (inherited from Editor) |
Raises the Activated event. |
OnBeforeDeactivate (inherited from Editor) |
Raises the BeforeDeactivate event. |
OnDeactivated (inherited from Editor) |
Raises the Deactivated event. |
OnDropDown (inherited from Editor) |
Raises the DropDown event. |
OnIsInputKey (inherited from Editor) |
Raises the IsInputKey event. |
OnKeyDown (inherited from Editor) |
Raises the KeyDown event. |
OnOpenDialog (inherited from Editor) |
Raises the OpenDialog event. |
OnValueChanged (inherited from Editor) |
Raises the ValueChanged event. |
PerformInvalidate (inherited from Editor) |
Overloaded. Raises the Invalidate event. |
PerformLayout (inherited from Editor) |
Updates the layout of the editor. |
NumericUpDownEditor Class | Wimark.Controls.Editors Namespace