Click or drag to resize

KryptonRibbonGroupNumericUpDown Properties

The KryptonRibbonGroupNumericUpDown type exposes the following members.

Properties
  NameDescription
Public propertyAllowButtonSpecToolTips
Gets and sets a value indicating if tooltips should be displayed for button specs.
Public propertyButtonSpecs
Gets the collection of button specifications.
Protected propertyCanRaiseEvents
Gets a value indicating whether the component can raise an event.
(Inherited from Component.)
Protected propertyChainVisible
Get a value indicating if all parent containers are visible.
(Inherited from KryptonRibbonGroupItem.)
Public propertyContainer
Gets the IContainer that contains the Component.
(Inherited from Component.)
Public propertyContextMenuStrip
Gets and sets the associated context menu strip.
Public propertyDecimalPlaces
Gets or sets the number of decimal places to display.
Protected propertyDesignMode
Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component.)
Public propertyEnabled
Gets and sets the enabled state of the group numeric up-down.
Protected propertyEvents
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.)
Public propertyHexadecimal
Gets or sets wheather the numeric up-down should display its value in hexadecimal.
Public propertyIncrement
Gets or sets the amount to increment or decrement one each button click.
Public propertyInterceptArrowKeys
Gets or sets whether the up-down control will increment and decrement the value when the UP ARROW and DOWN ARROW are used.
Public propertyKeyTip
Gets and sets the key tip for the ribbon group numeric up-down.
Public propertyKryptonContextMenu
Gets and sets the KryptonContextMenu for showing when the numeric up down is right clicked.
Public propertyMaximum
Gets or sets the maximum value for the numeric up-down control.
Public propertyMaximumSize
Gets or sets the maximum size of the control.
Public propertyMinimum
Gets or sets the minimum value for the numeric up-down control.
Public propertyMinimumSize
Gets or sets the minimum size of the control.
Public propertyNumericUpDown
Access to the actual embedded KryptonNumericUpDown instance.
Public propertyReadOnly
Gets or sets a value indicating whether the text in the edit control can be changed or not.
Public propertyShortcutKeys
Gets and sets the shortcut key combination.
Public propertySite
Gets or sets the ISite of the Component.
(Inherited from Component.)
Public propertyTag
Gets and sets user-defined data associated with the object.
(Inherited from KryptonRibbonGroupItem.)
Public propertyTextAlign
Gets or sets how the text should be aligned for edit controls.
Public propertyThousandsSeparator
Gets or sets whether the thousands separator wil be inserted between each three decimal digits.
Public propertyUpDownAlign
Gets or sets how the up-down control will position the up down buttons relative to its text box.
Public propertyValue
Gets or sets the current value of the numeric up-down control.
Public propertyVisible
Gets and sets the visible state of the numeric up-down.
(Overrides KryptonRibbonGroupItem.Visible.)
Top
See Also