Class ComboBoxControl
Inheritance
System.Object
ComboBoxControl
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.RichTextEditor.UI
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class ComboBoxControl : ContentControlPicker, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode, ISupportDrop, IContentControl
Constructors
ComboBoxControl()
Declaration
public ComboBoxControl()
Methods
GetPopupSize()
Declaration
protected override Size GetPopupSize()
Returns
System.Drawing.Size
|
Overrides
OnApplyTemplate()
OnListElementSelectedIndexChanged(Object, PositionChangedEventArgs)
Declaration
protected virtual void OnListElementSelectedIndexChanged(object sender, PositionChangedEventArgs e)
Parameters
System.Object
sender
|
PositionChangedEventArgs
e
|
OnPopupOpening(Object, CancelEventArgs)
Declaration
protected override void OnPopupOpening(object sender, CancelEventArgs e)
Parameters
System.Object
sender
|
System.ComponentModel.CancelEventArgs
e
|