Click or drag to resize

KryptonRibbonGroupComboBox Properties

The KryptonRibbonGroupComboBox type exposes the following members.

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
See Also