Class
RadRibbonComboBox

Represents a combo box control designed for use within a RadRibbonView, providing enhanced styling and theming capabilities.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.RibbonView.dll

Syntax:

cs-api-definition
[TelerikToolboxCategory("Navigation")]
[Themable]
public class RadRibbonComboBox : RadComboBox

Inheritance: objectRadComboBoxRadRibbonComboBox

Inherited Members RadComboBox.CommandPropertyRadComboBox.CommandParameterPropertyRadComboBox.CommandTargetPropertyRadComboBox.IsWatermarkVisiblePropertyRadComboBox.CanAutocompleteSelectItemsPropertyRadComboBox.CanKeyboardNavigationSelectItemsPropertyRadComboBox.NonEditableTemplatePropertyRadComboBox.EditableTemplatePropertyRadComboBox.MinDropDownWidthPropertyRadComboBox.IsDropDownOpenPropertyRadComboBox.MaxDropDownHeightPropertyRadComboBox.IsReadOnlyPropertyRadComboBox.IsEditablePropertyRadComboBox.IsMouseWheelEnabledPropertyRadComboBox.OpenDropDownOnFocusPropertyRadComboBox.SelectionBoxItemPropertyRadComboBox.SelectionBoxItemTemplatePropertyRadComboBox.SelectionBoxTemplatePropertyRadComboBox.EmptySelectionBoxTemplatePropertyRadComboBox.EmptyTextPropertyRadComboBox.TextPropertyRadComboBox.IsFilteringEnabledPropertyRadComboBox.TextSearchModePropertyRadComboBox.FilteringModePropertyRadComboBox.IsHighlightedPropertyRadComboBox.StaysOpenOnEditPropertyRadComboBox.ClearSelectionButtonVisibilityPropertyRadComboBox.ClearSelectionButtonContentPropertyRadComboBox.SelectAllTextEventPropertyRadComboBox.DropDownWidthPropertyRadComboBox.TextBoxStylePropertyRadComboBox.IsDropDownTabNavigationEnabledPropertyRadComboBox.UpdateSelectionOnLostFocusPropertyRadComboBox.DropDownButtonIconContentPropertyRadComboBox.DropDownButtonIconTemplatePropertyRadComboBox.AutoCompleteSelectionModePropertyRadComboBox.AdditionalContentPositionPropertyRadComboBox.AdditionalContentPropertyRadComboBox.AdditionalContentTemplatePropertyRadComboBox.AllowMultipleSelectionPropertyRadComboBox.MultipleSelectionBoxTemplatePropertyRadComboBox.MultipleSelectionSeparatorPropertyRadComboBox.MultipleSelectionSeparatorStringFormatPropertyRadComboBox.OnApplyTemplate()RadComboBox.HandleTextInput(string)RadComboBox.HandleKeyDown(Key, int)RadComboBox.ChangeVisualState(bool)RadComboBox.OnScrollIntoView(int)RadComboBox.ClearContainerForItemOverride(DependencyObject, object)RadComboBox.PrepareContainerForItemOverride(DependencyObject, object)RadComboBox.OnDropDownClosed(EventArgs)RadComboBox.OnDropDownOpened(EventArgs)RadComboBox.OnIsDropDownOpenChanged(bool, bool)RadComboBox.OnIsEditableChanged(bool, bool)RadComboBox.OnIsMouseWheelEnabledChanged(bool, bool)RadComboBox.OnSelectionChanged(SelectionChangedEventArgs)RadComboBox.OnTextChanged(string, string)RadComboBox.OnMouseWheel(MouseWheelEventArgs)RadComboBox.OnTextInput(TextCompositionEventArgs)RadComboBox.OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs)RadComboBox.OnTextBoxStyleChanged()RadComboBox.CommandRadComboBox.CommandParameterRadComboBox.CommandTargetRadComboBox.CanAutocompleteSelectItemsRadComboBox.CanKeyboardNavigationSelectItemsRadComboBox.NonEditableTemplateRadComboBox.EditableTemplateRadComboBox.TextSearchModeRadComboBox.IsFilteringEnabledRadComboBox.IsDropDownOpenRadComboBox.DropDownWidthRadComboBox.IsEditableRadComboBox.IsWatermarkVisibleRadComboBox.IsHighlightedRadComboBox.OpenDropDownOnFocusRadComboBox.IsReadOnlyRadComboBox.UpdateTextOnLostFocusRadComboBox.MaxDropDownHeightRadComboBox.MinDropDownWidthRadComboBox.SelectionBoxItemRadComboBox.SelectionBoxTemplateRadComboBox.EmptyTextRadComboBox.EmptySelectionBoxTemplateRadComboBox.SelectionBoxItemTemplateRadComboBox.StaysOpenOnEditRadComboBox.IsMouseWheelEnabledRadComboBox.TextRadComboBox.ClearSelectionButtonVisibilityRadComboBox.ClearSelectionButtonContentRadComboBox.SelectAllTextEventRadComboBox.TextBoxStyleRadComboBox.IsDropDownTabNavigationEnabledRadComboBox.UpdateSelectionOnLostFocusRadComboBox.FilteringBehaviorRadComboBox.DropDownButtonIconContentRadComboBox.DropDownButtonIconTemplateRadComboBox.AutoCompleteSelectionModeRadComboBox.AdditionalContentPositionRadComboBox.AdditionalContentRadComboBox.AdditionalContentTemplateRadComboBox.TextInputStringRadComboBox.HandlesScrollingRadComboBox.AllowMultipleSelectionRadComboBox.MultipleSelectionBoxTemplateRadComboBox.MultipleSelectionSeparatorRadComboBox.MultipleSelectionSeparatorStringFormatRadComboBox.DropDownClosedRadComboBox.DropDownOpened

Constructors

RadRibbonComboBox()

Initializes a new instance of the RadRibbonComboBox class.

Declaration

cs-api-definition
public RadRibbonComboBox()

Methods

GetContainerForItemOverride()

Creates or identifies the element that is used to display the given item.

Declaration

cs-api-definition
protected override DependencyObject GetContainerForItemOverride()

Returns

DependencyObject

Overrides RadComboBox.GetContainerForItemOverride()

IsItemItsOwnContainerOverride(object)

Determines if the specified item is (or is eligible to be) its own container.

Declaration

cs-api-definition
protected override bool IsItemItsOwnContainerOverride(object item)

Parameters

item

object

The item to check.

Returns

bool

True if the item is (or is eligible to be) its own container; otherwise, false.

Overrides RadComboBox.IsItemItsOwnContainerOverride(object)

OnCreateAutomationPeer()

Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

The type-specific AutomationPeer implementation.

Overrides RadComboBox.OnCreateAutomationPeer()

OnInitialized(EventArgs)

Raises the event. This method is invoked whenever is set to true internally.

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.

Overrides RadComboBox.OnInitialized(EventArgs)

ResetTheme()

Resets the theme.

Declaration

cs-api-definition
public void ResetTheme()