Class RadDropDownListEditableAreaElement
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadDropDownListEditableAreaElement : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
RadDropDownListEditableAreaElement()
Declaration
public RadDropDownListEditableAreaElement()
RadDropDownListEditableAreaElement(RadDropDownListElement)
Declaration
public RadDropDownListEditableAreaElement(RadDropDownListElement owner)
Parameters
RadDropDownListElement
owner
|
Fields
entering
Declaration
protected bool entering
Field Value
System.Boolean
|
onTextBoxCaptureChanged
Declaration
protected bool onTextBoxCaptureChanged
Field Value
System.Boolean
|
owner
Properties
DropDownStyle
Declaration
public virtual RadDropDownStyle DropDownStyle { get; set; }
Property Value
RadDropDownStyle
|
MaxLength
Gets or sets the text that is displayed when the ComboBox contains a null reference.
Declaration
public virtual int MaxLength { get; set; }
Property Value
System.Int32
|
NullText
Gets or sets the text that is displayed when the ComboBox contains a null reference.
Declaration
[RadDefaultValue("NullText", typeof(RadTextBoxItem))]
[RadDescription("NullText", typeof(RadTextBoxItem))]
public virtual string NullText { get; set; }
Property Value
System.String
|
SelectedText
Gets or sets the text that is selected in the editable portion of the ComboBox.
Declaration
public virtual string SelectedText { get; set; }
Property Value
System.String
|
SelectionLength
Gets or sets the number of characters selected in the editable portion of the combo box.
Declaration
public virtual int SelectionLength { get; set; }
Property Value
System.Int32
|
SelectionStart
Gets or sets the starting index of text selected in the combo box.
Declaration
public virtual int SelectionStart { get; set; }
Property Value
System.Int32
|
TextBox
TextBox Property
Declaration
public virtual RadDropDownTextBoxElement TextBox { get; set; }
Property Value
RadDropDownTextBoxElement
|
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
DisposeManagedResources()
Declaration
protected override void DisposeManagedResources()
Overrides
Focus()
HandleEsc()
Declaration
protected void HandleEsc()
HandleF4Down()
Declaration
protected void HandleF4Down()
HandleKeyUpKeyDown(KeyEventArgs)
Declaration
protected void HandleKeyUpKeyDown(KeyEventArgs e)
Parameters
System.Windows.Forms.KeyEventArgs
e
|
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
|
Returns
System.Drawing.SizeF
|
Overrides
OnMouseUp(MouseEventArgs)
Declaration
protected override void OnMouseUp(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
|
Overrides
OnMouseWheel(MouseEventArgs)
Declaration
protected override void OnMouseWheel(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
|
Overrides
PaintElement(IGraphics, Single, SizeF)
Declaration
protected override void PaintElement(IGraphics graphics, float angle, SizeF scale)
Parameters
IGraphics
graphics
|
System.Single
angle
|
System.Drawing.SizeF
scale
|
Overrides
Select(Int32, Int32)
Selects a range of text in the editable portion of the combo box
Declaration
public virtual void Select(int start, int length)
Parameters
System.Int32
start
The position of the first character in the current text selection within the text box. |
System.Int32
length
The number of characters to select. |
SelectAll()
Selects all the text in the editable portion of the combo box.
Declaration
public virtual void SelectAll()
SetDropDownStyle()
Declaration
protected virtual void SetDropDownStyle()
UnWireEvents()
Declaration
protected virtual void UnWireEvents()
WireEvents()
Declaration
protected virtual void WireEvents()