[]
Implements the view for drop down control with text box editor.
public class DropDownEditorViewBase : DropDownControlViewBase, IDisposable, IDropDownEditorViewBase, IDropDownControlViewBase, ITextBoxBaseView, IInputEditorViewBase, ISupportUiaContainer
| Name | Description |
|---|---|
| DropDownEditorViewBase(ButtonsSettings) | Initializes a new instance of the DropDownEditorViewBase class. |
| Name | Description |
|---|---|
| BorderStyle | Gets or sets the border type of the text box control. |
| MarkEmpty | Gets or sets a value that indicates need draws a red dotted line if Value is empty or not. |
| ReadOnly | Gets or sets a value indicating whether text in the text box is read-only. |
| Name | Description |
|---|---|
| ApplyStyle(BaseStyle) | Applies the style to this view. |
| CreateUiaEdit(UiaItem) | Creates the C1.Win.Accessibility.Items.UiaEdit element. |
| GetActualStyle(string) | Gets a actual style for current state of elements. |
| GetEditorElement() | Gets the editor element. |
| GetTextBox() | Gets the TextBox control for this view. |
| Render(Graphics, Rectangle) | Renders the element into a given rectangle. |
| UpdateStyle(DynamicStyle, Element) | Updates a dinamic style of C1.Framework.Element. |