Click or drag to resize

KryptonRibbonGroupDomainUpDown Class

Represents a ribbon group domain up-down.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      Internal.ComponentFactory.Krypton.RibbonKryptonRibbonGroupItem
        Internal.ComponentFactory.Krypton.RibbonKryptonRibbonGroupDomainUpDown

Namespace: Internal.ComponentFactory.Krypton.Ribbon
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public class KryptonRibbonGroupDomainUpDown : KryptonRibbonGroupItem

The KryptonRibbonGroupDomainUpDown type exposes the following members.

Constructors
 NameDescription
Public methodKryptonRibbonGroupDomainUpDown Initialise a new instance of the KryptonRibbonGroupDomainUpDown class.
Top
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 propertyCanRaiseEventsGets 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 propertyContainerGets the IContainer that contains the Component.
(Inherited from Component)
Public propertyContextMenuStrip Gets and sets the associated context menu strip.
Protected propertyDesignModeGets a value that indicates whether the Component is currently in design mode.
(Inherited from Component)
Public propertyDomainUpDown Access to the actual embedded KryptonDomainUpDown instance.
Public propertyEnabled Gets and sets the enabled state of the group domain up-down.
Protected propertyEventsGets the list of event handlers that are attached to this Component.
(Inherited from Component)
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 propertyItems Gets or the collection of allowable items of the domain up down.
Public propertyKeyTip Gets and sets the key tip for the ribbon group domain up-down.
Public propertyKryptonContextMenu Gets and sets the KryptonContextMenu for showing when the domain up down is right clicked.
Public propertyMaximumSize Gets or sets the maximum size of the control.
Public propertyMinimumSize Gets or sets the minimum size of the control.
Public propertyReadOnly Gets or sets a value indicating whether the text in the edit control can be changed or not.
Public propertySelectedIndex Gets or sets the index value of the selected item.
Public propertySelectedItem Gets or sets the selected item based on the index value of the selected item in the collection.
Public propertyShortcutKeys Gets and sets the shortcut key combination.
Public propertySiteGets or sets the ISite of the Component.
(Inherited from Component)
Public propertySorted Gets or sets a value indicating whether the item collection is sorted.
Public propertyTag Gets and sets user-defined data associated with the object.
(Inherited from KryptonRibbonGroupItem)
Public propertyText Gets and sets the text associated with the control.
Public propertyTextAlign Gets or sets how the text should be aligned for edit controls.
Public propertyUpDownAlign Gets or sets how the up-down control will position the up down buttons relative to its text box.
Public propertyVisible Gets and sets the visible state of the domain up-down.
(Overrides KryptonRibbonGroupItem.Visible)
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the Component.
(Inherited from Component)
Protected methodDispose(Boolean) Clean up any resources being used.
(Overrides ComponentDispose(Boolean))
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeReleases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
(Inherited from Component)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject)
Obsolete
Protected methodGetServiceReturns an object that represents a service provided by the Component or by its Container.
(Inherited from Component)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodHide Make the ribbon group domain up-down hidden.
Public methodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject)
Obsolete
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodMemberwiseClone(Boolean)Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject)
Protected methodOnGotFocus Raises the GotFocus event.
Protected methodOnKeyDown Raises the KeyDown event.
Protected methodOnKeyPress Raises the KeyPress event.
Protected methodOnKeyUp Raises the KeyUp event.
Protected methodOnLostFocus Raises the LostFocus event.
Protected methodOnPreviewKeyDown Raises the PreviewKeyDown event.
Protected methodOnPropertyChanged Raises the PropertyChanged event.
Protected methodOnScroll Raises the SelectedItemChanged event.
Protected methodOnSelectedItemChanged Raises the SelectedItemChanged event.
Protected methodOnTextChanged Raises the TextChanged event.
Public methodResetShortcutKeys Resets the ShortcutKeys property to its default value.
Public methodSelect Selects a range of text in the control.
Public methodShow Make the ribbon group domain up-down visible.
Public methodToStringReturns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from Component)
Top
Events
 NameDescription
Public eventDisposedOccurs when the component is disposed by a call to the Dispose method.
(Inherited from Component)
Public eventGotFocus Occurs when the control receives focus.
Public eventKeyDown Occurs when a key is pressed while the control has focus.
Public eventKeyPress Occurs when a key is pressed while the control has focus.
Public eventKeyUp Occurs when a key is released while the control has focus.
Public eventLostFocus Occurs when the control loses focus.
Public eventPreviewKeyDown Occurs before the KeyDown event when a key is pressed while focus is on this control.
Public eventPropertyChanged Occurs after the value of a property has changed.
Public eventScroll Occurs when the user scrolls the scroll box.
Public eventSelectedItemChanged Occurs when the value of the SelectedItem property changes.
Public eventTextChanged Occurs when the value of the Text property changes.
Top
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also