KryptonRibbonGroupNumericUpDown Class |
Namespace: Internal.ComponentFactory.Krypton.Ribbon
public class KryptonRibbonGroupNumericUpDown : KryptonRibbonGroupItem
The KryptonRibbonGroupNumericUpDown type exposes the following members.
| Name | Description | |
|---|---|---|
| KryptonRibbonGroupNumericUpDown |
Initialise a new instance of the KryptonRibbonGroupNumericUpDown class.
|
| Name | Description | |
|---|---|---|
| AllowButtonSpecToolTips |
Gets and sets a value indicating if tooltips should be displayed for button specs.
| |
| ButtonSpecs |
Gets the collection of button specifications.
| |
| CanRaiseEvents | Gets a value indicating whether the component can raise an event. (Inherited from Component.) | |
| ChainVisible |
Get a value indicating if all parent containers are visible.
(Inherited from KryptonRibbonGroupItem.) | |
| Container | Gets the IContainer that contains the Component. (Inherited from Component.) | |
| ContextMenuStrip |
Gets and sets the associated context menu strip.
| |
| DecimalPlaces |
Gets or sets the number of decimal places to display.
| |
| DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.) | |
| Enabled |
Gets and sets the enabled state of the group numeric up-down.
| |
| Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component.) | |
| Hexadecimal |
Gets or sets wheather the numeric up-down should display its value in hexadecimal.
| |
| Increment |
Gets or sets the amount to increment or decrement one each button click.
| |
| InterceptArrowKeys |
Gets or sets whether the up-down control will increment and decrement the value when the UP ARROW and DOWN ARROW are used.
| |
| KeyTip |
Gets and sets the key tip for the ribbon group numeric up-down.
| |
| KryptonContextMenu |
Gets and sets the KryptonContextMenu for showing when the numeric up down is right clicked.
| |
| Maximum |
Gets or sets the maximum value for the numeric up-down control.
| |
| MaximumSize |
Gets or sets the maximum size of the control.
| |
| Minimum |
Gets or sets the minimum value for the numeric up-down control.
| |
| MinimumSize |
Gets or sets the minimum size of the control.
| |
| NumericUpDown |
Access to the actual embedded KryptonNumericUpDown instance.
| |
| ReadOnly |
Gets or sets a value indicating whether the text in the edit control can be changed or not.
| |
| ShortcutKeys |
Gets and sets the shortcut key combination.
| |
| Site | (Inherited from Component.) | |
| Tag |
Gets and sets user-defined data associated with the object.
(Inherited from KryptonRibbonGroupItem.) | |
| TextAlign |
Gets or sets how the text should be aligned for edit controls.
| |
| ThousandsSeparator |
Gets or sets whether the thousands separator wil be inserted between each three decimal digits.
| |
| UpDownAlign |
Gets or sets how the up-down control will position the up down buttons relative to its text box.
| |
| Value |
Gets or sets the current value of the numeric up-down control.
| |
| Visible |
Gets and sets the visible state of the numeric up-down.
(Overrides KryptonRibbonGroupItem.Visible.) |
| Name | Description | |
|---|---|---|
| CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) | |
| Dispose | Releases all resources used by the Component. (Inherited from Component.) | |
| Dispose(Boolean) |
Clean up any resources being used.
(Overrides ComponentDispose(Boolean).) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (Inherited from Component.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
| GetService | (Inherited from Component.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Hide |
Make the ribbon group numeric up-down hidden.
| |
| InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) | |
| OnGotFocus |
Raises the GotFocus event.
| |
| OnKeyDown |
Raises the KeyDown event.
| |
| OnKeyPress |
Raises the KeyPress event.
| |
| OnKeyUp |
Raises the KeyUp event.
| |
| OnLostFocus |
Raises the LostFocus event.
| |
| OnPreviewKeyDown |
Raises the PreviewKeyDown event.
| |
| OnPropertyChanged |
Raises the PropertyChanged event.
| |
| OnValueChanged |
Raises the ValueChanged event.
| |
| ResetShortcutKeys |
Resets the ShortcutKeys property to its default value.
| |
| Select |
Selects a range of text in the control.
| |
| Show |
Make the ribbon group numeric up-down visible.
| |
| ToString | Returns a String containing the name of the Component, if any. This method should not be overridden. (Inherited from Component.) |
| Name | Description | |
|---|---|---|
| Disposed | Occurs when the component is disposed by a call to the Dispose method. (Inherited from Component.) | |
| GotFocus |
Occurs when the control receives focus.
| |
| KeyDown |
Occurs when a key is pressed while the control has focus.
| |
| KeyPress |
Occurs when a key is pressed while the control has focus.
| |
| KeyUp |
Occurs when a key is released while the control has focus.
| |
| LostFocus |
Occurs when the control loses focus.
| |
| PreviewKeyDown |
Occurs before the KeyDown event when a key is pressed while focus is on this control.
| |
| PropertyChanged |
Occurs after the value of a property has changed.
| |
| ValueChanged |
Occurs when the value of the Value property changes.
|
| Name | Description | |
|---|---|---|
| MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx.) | |
| PropertyGet(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
| PropertyGetT(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
| PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx.) |