Class
DropDownListControl

Represents the drop-down list content control.

Definition

Namespace:Telerik.Windows.Controls.RichTextBoxUI

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class DropDownListControl : ComboBoxControl, IContentControl

Inheritance: objectContentControlBaseButtonContentControlContentControlPickerComboBoxControlDropDownListControl

Implements: IContentControl

Inherited Members ComboBoxControl.OnApplyTemplate()ContentControlPicker.DropDownWidthPropertyKeyContentControlPicker.DropDownWidthPropertyContentControlPicker.IsContentLockedPropertyKeyContentControlPicker.IsContentLockedPropertyContentControlPicker.Initialize(ContentControlState)ContentControlPicker.ArrangeOverride(Size)ContentControlPicker.DropDownWidthContentControlPicker.IsContentLockedButtonContentControl.ButtonShouldBeVisiblePropertyButtonContentControl.ButtonWidthPropertyButtonContentControl.ButtonHeightPropertyButtonContentControl.ButtonShouldBeVisibleButtonContentControl.ButtonWidthButtonContentControl.ButtonHeightContentControlBase.AliasPropertyContentControlBase.AliasFontSizePropertyContentControlBase.HoveredPropertyContentControlBase.FocusedPropertyContentControlBase.LineThicknessPropertyContentControlBase.OutlineColorPropertyContentControlBase.PolygonPointsPropertyContentControlBase.TextFlowDirectionPropertyContentControlBase.SelectedPropertyContentControlBase.ThumbShouldBeVisiblePropertyContentControlBase.TopThumbButtonShouldBeVisiblePropertyContentControlBase.SelectCommandPropertyContentControlBase.UpdateState(ContentControlState)ContentControlBase.GetCurrentState()ContentControlBase.GetBodyElementName()ContentControlBase.AliasFontSizeContentControlBase.AliasContentControlBase.SelectedContentControlBase.HoveredContentControlBase.FocusedContentControlBase.LineThicknessContentControlBase.OutlineColorContentControlBase.PolygonPointsContentControlBase.TextFlowDirectionContentControlBase.ThumbShouldBeVisibleContentControlBase.TopThumbButtonShouldBeVisibleContentControlBase.SelectCommand

Constructors

DropDownListControl()

Declaration

cs-api-definition
public DropDownListControl()

Methods

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 ComboBoxControl.OnInitialized(EventArgs)