ComboBoxControl
Class
Represents the combo box content control.
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class ComboBoxControl : ContentControlPicker, IContentControl
Inheritance: objectContentControlBaseButtonContentControlContentControlPickerComboBoxControl
Derived Classes:
Implements:
Inherited Members
Constructors
C#
public ComboBoxControl()
Methods
Called when the template for the control is applied. This method is responsible for initializing the visual and functional aspects of the control after the template has been applied.
C#
public override void OnApplyTemplate()
Overrides:
Raises the event. This method is invoked whenever is set to true internally.
C#
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Overrides: