Class RadCheckedDropDownListEditableAreaElement
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadCheckedDropDownListEditableAreaElement : RadDropDownListEditableAreaElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IDrawFillElement, IImageElement, ITextPrimitive, ITextProvider
  Constructors
RadCheckedDropDownListEditableAreaElement(RadCheckedDropDownListElement)
Declaration
public RadCheckedDropDownListEditableAreaElement(RadCheckedDropDownListElement owner)
  Parameters
| 
        RadCheckedDropDownListElement
        owner
         
  | 
    
Properties
AutoCompleteTextBox
Declaration
public CheckedDropDownAutoCompleteBoxElement AutoCompleteTextBox { get; set; }
  Property Value
| 
        CheckedDropDownAutoCompleteBoxElement
         
  | 
    
DropDownStyle
Declaration
public override RadDropDownStyle DropDownStyle { get; set; }
  Property Value
| 
        RadDropDownStyle
         
  | 
    
Overrides
MaxLength
Gets or sets the text that is displayed when the ComboBox contains a null reference.
Declaration
public override int MaxLength { get; set; }
  Property Value
| 
        System.Int32
         
  | 
    
Overrides
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 override string NullText { get; set; }
  Property Value
| 
        System.String
         
  | 
    
Overrides
SelectedText
Gets or sets the text that is selected in the editable portion of the ComboBox.
Declaration
public override string SelectedText { get; set; }
  Property Value
| 
        System.String
         
  | 
    
Overrides
SelectionLength
Gets or sets the number of characters selected in the editable portion of the combo box.
Declaration
public override int SelectionLength { get; set; }
  Property Value
| 
        System.Int32
         
  | 
    
Overrides
SelectionStart
Gets or sets the starting index of text selected in the combo box.
Declaration
public override int SelectionStart { get; set; }
  Property Value
| 
        System.Int32
         
  | 
    
Overrides
ThemeEffectiveType
Declaration
protected override Type ThemeEffectiveType { get; }
  Property Value
| 
        System.Type
         
  | 
    
Overrides
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
  Overrides
Focus()
Declaration
public override bool Focus()
  Returns
| 
        System.Boolean
         
  | 
    
Overrides
OnMouseUp(MouseEventArgs)
Declaration
protected override void OnMouseUp(MouseEventArgs e)
  Parameters
| 
        System.Windows.Forms.MouseEventArgs
        e
         
  | 
    
Overrides
Select(Int32, Int32)
Selects a range of text in the editable portion of the combo box
Declaration
public override 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.  | 
    
Overrides
SelectAll()
Selects all the text in the editable portion of the combo box.
Declaration
public override void SelectAll()