KryptonRibbonGroupComboBox Class |
Namespace: Internal.ComponentFactory.Krypton.Ribbon
public class KryptonRibbonGroupComboBox : KryptonRibbonGroupItem
The KryptonRibbonGroupComboBox type exposes the following members.
| Name | Description | |
|---|---|---|
| KryptonRibbonGroupComboBox |
Initialise a new instance of the KryptonRibbonGroupComboBox class.
|
| Name | Description | |
|---|---|---|
| AllowButtonSpecToolTips |
Gets and sets a value indicating if tooltips should be displayed for button specs.
| |
| AutoCompleteCustomSource |
Gets or sets the StringCollection to use when the AutoCompleteSource property is set to CustomSource.
| |
| AutoCompleteMode |
Gets or sets the text completion behavior of the combobox.
| |
| AutoCompleteSource |
Gets or sets the autocomplete source, which can be one of the values from AutoCompleteSource enumeration.
| |
| 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.) | |
| ComboBox |
Access to the actual embedded KryptonComboBox instance.
| |
| Container | Gets the IContainer that contains the Component. (Inherited from Component.) | |
| ContextMenuStrip |
Gets and sets the associated context menu strip.
| |
| DataSource |
Gets and sets the list that this control will use to gets its items.
| |
| DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.) | |
| DisplayMember |
Gets and sets the property to display for the items in this control.
| |
| DropDownHeight |
Gets and sets the height, in pixels, of the drop down box in a KryptonComboBox.
| |
| DropDownStyle |
Gets and sets the appearance and functionality of the KryptonComboBox.
| |
| DropDownWidth |
Gets and sets the width, in pixels, of the drop down box in a KryptonComboBox.
| |
| DroppedDown |
Gets and sets a value indicating whether the control is displaying its drop-down portion.
| |
| Enabled |
Gets and sets the enabled state of the group combo box.
| |
| Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component.) | |
| FormatInfo |
Gets and sets the formatting provider.
| |
| FormatString |
Gets or sets the format specifier characters that indicate how a value is to be displayed.
| |
| FormattingEnabled |
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.
| |
| ItemHeight |
Gets and sets the height, in pixels, of items in an owner-draw KryptomComboBox.
| |
| Items |
Gets or sets the items in the KryptonComboBox.
| |
| KeyTip |
Gets and sets the key tip for the ribbon group text box.
| |
| KryptonContextMenu |
Gets and sets the KryptonContextMenu for showing when the combobox is right clicked.
| |
| MaxDropDownItems |
Gets and sets the maximum number of entries to display in the drop-down list.
| |
| MaximumSize |
Gets or sets the maximum size of the control.
| |
| MaxLength |
Gets or sets the maximum number of characters that can be entered into the edit control.
| |
| MinimumSize |
Gets or sets the minimum size of the control.
| |
| SelectedIndex |
Gets and sets the selected index.
| |
| SelectedItem |
Gets and sets the selected item.
| |
| SelectedText |
Gets and sets the text that is selected in the editable portion of the control.
| |
| SelectedValue |
Gets and sets the selected value.
| |
| SelectionLength |
Gets and sets the number of characters selected in the editable portion of the control.
| |
| SelectionStart |
Gets and sets the starting index of selected text in the control.
| |
| ShortcutKeys |
Gets and sets the shortcut key combination.
| |
| Site | (Inherited from Component.) | |
| Sorted |
Gets or sets whether the items in the list portion of the KryptonComboBox are sorted.
| |
| Tag |
Gets and sets user-defined data associated with the object.
(Inherited from KryptonRibbonGroupItem.) | |
| Text |
Gets and sets the text associated with the control.
| |
| ValueMember |
Gets and sets the value member.
| |
| Visible |
Gets and sets the visible state of the rich text.
(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.) | |
| FindString(String) |
Finds the first item in the combo box that starts with the specified string.
| |
| FindString(String, Int32) |
Finds the first item after the given index which starts with the given string. The search is not case sensitive.
| |
| FindStringExact(String) |
Finds the first item in the combo box that matches the specified string.
| |
| FindStringExact(String, Int32) |
Finds the first item after the specified index that matches the specified string.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetItemHeight |
Returns the height of an item in the ComboBox.
| |
| GetItemText |
Returns the text representation of the specified item.
| |
| 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 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.) | |
| OnDataSourceChanged |
Raises the DataSourceChanged event.
| |
| OnDisplayMemberChanged |
Raises the DisplayMemberChanged event.
| |
| OnDropDown |
Raises the DropDown event.
| |
| OnDropDownClosed |
Raises the DropDownClosed event.
| |
| OnDropDownStyleChanged |
Raises the DropDownStyleChanged event.
| |
| OnFormat |
Raises the Format event.
| |
| OnFormatInfoChanged |
Raises the FormatInfoChanged event.
| |
| OnFormatStringChanged |
Raises the FormatStringChanged event.
| |
| OnFormattingEnabledChanged |
Raises the FormattingEnabledChanged event.
| |
| 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.
| |
| OnSelectedIndexChanged |
Raises the SelectedIndexChanged event.
| |
| OnSelectedValueChanged |
Raises the SelectedValueChanged event.
| |
| OnSelectionChangeCommitted |
Raises the SelectionChangeCommitted event.
| |
| OnTextUpdate |
Raises the TextUpdate event.
| |
| OnValueMemberChanged |
Raises the ValueMemberChanged event.
| |
| ResetShortcutKeys |
Resets the ShortcutKeys property to its default value.
| |
| Select |
Selects a range of text in the control.
| |
| SelectAll |
Selects all text in the control.
| |
| Show |
Make the ribbon group visible.
| |
| ToString | Returns a String containing the name of the Component, if any. This method should not be overridden. (Inherited from Component.) |
| Name | Description | |
|---|---|---|
| DataSourceChanged |
Occurs when the value of the DataSource property changed.
| |
| DisplayMemberChanged |
Occurs when the value of the DisplayMember property changed.
| |
| Disposed | Occurs when the component is disposed by a call to the Dispose method. (Inherited from Component.) | |
| DropDown |
Occurs when the drop-down portion of the KryptonComboBox is shown.
| |
| DropDownClosed |
Indicates that the drop-down portion of the KryptonComboBox has closed.
| |
| DropDownStyleChanged |
Occurs when the value of the DropDownStyle property changed.
| |
| Format |
Occurs when the list format has changed.
| |
| FormatInfoChanged |
Occurs when the value of the FormatInfo property changed.
| |
| FormatStringChanged |
Occurs when the value of the FormatString property changed.
| |
| FormattingEnabledChanged |
Occurs when the value of the FormattingEnabled property changed.
| |
| 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.
| |
| SelectedIndexChanged |
Occurs when the value of the SelectedIndex property changes.
| |
| SelectedValueChanged |
Occurs when the value of the SelectedValue property changed.
| |
| SelectionChangeCommitted |
Occurs when an item is chosen from the drop-down list and the drop-down list is closed.
| |
| TextUpdate |
Occurs when the KryptonComboBox text has changed.
| |
| ValueMemberChanged |
Occurs when the value of the ValueMember property changed.
|
| 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.) |