Click or drag to resize

KryptonRibbonGroupComboBox Class

Represents a ribbon group combo box.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      Internal.ComponentFactory.Krypton.RibbonKryptonRibbonGroupItem
        Internal.ComponentFactory.Krypton.RibbonKryptonRibbonGroupComboBox

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 KryptonRibbonGroupComboBox : KryptonRibbonGroupItem

The KryptonRibbonGroupComboBox type exposes the following members.

Constructors
 NameDescription
Public methodKryptonRibbonGroupComboBox Initialise a new instance of the KryptonRibbonGroupComboBox class.
Top
Properties
 NameDescription
Public propertyAllowButtonSpecToolTips Gets and sets a value indicating if tooltips should be displayed for button specs.
Public propertyAutoCompleteCustomSource Gets or sets the StringCollection to use when the AutoCompleteSource property is set to CustomSource.
Public propertyAutoCompleteMode Gets or sets the text completion behavior of the combobox.
Public propertyAutoCompleteSource Gets or sets the autocomplete source, which can be one of the values from AutoCompleteSource enumeration.
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 propertyComboBox Access to the actual embedded KryptonComboBox instance.
Public propertyContainerGets the IContainer that contains the Component.
(Inherited from Component)
Public propertyContextMenuStrip Gets and sets the associated context menu strip.
Public propertyDataSource Gets and sets the list that this control will use to gets its items.
Protected propertyDesignModeGets a value that indicates whether the Component is currently in design mode.
(Inherited from Component)
Public propertyDisplayMember Gets and sets the property to display for the items in this control.
Public propertyDropDownHeight Gets and sets the height, in pixels, of the drop down box in a KryptonComboBox.
Public propertyDropDownStyle Gets and sets the appearance and functionality of the KryptonComboBox.
Public propertyDropDownWidth Gets and sets the width, in pixels, of the drop down box in a KryptonComboBox.
Public propertyDroppedDown Gets and sets a value indicating whether the control is displaying its drop-down portion.
Public propertyEnabled Gets and sets the enabled state of the group combo box.
Protected propertyEventsGets the list of event handlers that are attached to this Component.
(Inherited from Component)
Public propertyFormatInfo Gets and sets the formatting provider.
Public propertyFormatString Gets or sets the format specifier characters that indicate how a value is to be displayed.
Public propertyFormattingEnabled Gets or sets if this property is true, the value of FormatString is used to convert the value of DisplayMember into a value that can be displayed.
Public propertyItemHeight Gets and sets the height, in pixels, of items in an owner-draw KryptomComboBox.
Public propertyItems Gets or sets the items in the KryptonComboBox.
Public propertyKeyTip Gets and sets the key tip for the ribbon group text box.
Public propertyKryptonContextMenu Gets and sets the KryptonContextMenu for showing when the combobox is right clicked.
Public propertyMaxDropDownItems Gets and sets the maximum number of entries to display in the drop-down list.
Public propertyMaximumSize Gets or sets the maximum size of the control.
Public propertyMaxLength Gets or sets the maximum number of characters that can be entered into the edit control.
Public propertyMinimumSize Gets or sets the minimum size of the control.
Public propertySelectedIndex Gets and sets the selected index.
Public propertySelectedItem Gets and sets the selected item.
Public propertySelectedText Gets and sets the text that is selected in the editable portion of the control.
Public propertySelectedValue Gets and sets the selected value.
Public propertySelectionLength Gets and sets the number of characters selected in the editable portion of the control.
Public propertySelectionStart Gets and sets the starting index of selected text in the control.
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 whether the items in the list portion of the KryptonComboBox are 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 propertyValueMember Gets and sets the value member.
Public propertyVisible Gets and sets the visible state of the rich text.
(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 methodFindString(String) Finds the first item in the combo box that starts with the specified string.
Public methodFindString(String, Int32) Finds the first item after the given index which starts with the given string. The search is not case sensitive.
Public methodFindStringExact(String) Finds the first item in the combo box that matches the specified string.
Public methodFindStringExact(String, Int32) Finds the first item after the specified index that matches the specified string.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetItemHeight Returns the height of an item in the ComboBox.
Public methodGetItemText Returns the text representation of the specified item.
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 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 methodOnDataSourceChanged Raises the DataSourceChanged event.
Protected methodOnDisplayMemberChanged Raises the DisplayMemberChanged event.
Protected methodOnDropDown Raises the DropDown event.
Protected methodOnDropDownClosed Raises the DropDownClosed event.
Protected methodOnDropDownStyleChanged Raises the DropDownStyleChanged event.
Protected methodOnFormat Raises the Format event.
Protected methodOnFormatInfoChanged Raises the FormatInfoChanged event.
Protected methodOnFormatStringChanged Raises the FormatStringChanged event.
Protected methodOnFormattingEnabledChanged Raises the FormattingEnabledChanged event.
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 methodOnSelectedIndexChanged Raises the SelectedIndexChanged event.
Protected methodOnSelectedValueChanged Raises the SelectedValueChanged event.
Protected methodOnSelectionChangeCommitted Raises the SelectionChangeCommitted event.
Protected methodOnTextUpdate Raises the TextUpdate event.
Protected methodOnValueMemberChanged Raises the ValueMemberChanged event.
Public methodResetShortcutKeys Resets the ShortcutKeys property to its default value.
Public methodSelect Selects a range of text in the control.
Public methodSelectAll Selects all text in the control.
Public methodShow Make the ribbon group 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 eventDataSourceChanged Occurs when the value of the DataSource property changed.
Public eventDisplayMemberChanged Occurs when the value of the DisplayMember property changed.
Public eventDisposedOccurs when the component is disposed by a call to the Dispose method.
(Inherited from Component)
Public eventDropDown Occurs when the drop-down portion of the KryptonComboBox is shown.
Public eventDropDownClosed Indicates that the drop-down portion of the KryptonComboBox has closed.
Public eventDropDownStyleChanged Occurs when the value of the DropDownStyle property changed.
Public eventFormat Occurs when the list format has changed.
Public eventFormatInfoChanged Occurs when the value of the FormatInfo property changed.
Public eventFormatStringChanged Occurs when the value of the FormatString property changed.
Public eventFormattingEnabledChanged Occurs when the value of the FormattingEnabled property changed.
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 eventSelectedIndexChanged Occurs when the value of the SelectedIndex property changes.
Public eventSelectedValueChanged Occurs when the value of the SelectedValue property changed.
Public eventSelectionChangeCommitted Occurs when an item is chosen from the drop-down list and the drop-down list is closed.
Public eventTextUpdate Occurs when the KryptonComboBox text has changed.
Public eventValueMemberChanged Occurs when the value of the ValueMember property changed.
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