[]
        
(Showing Draft Content)

C1.Win.Input.Base.Views.DropDownEditorViewBase

DropDownEditorViewBase Class

Implements the view for drop down control with text box editor.

Namespace: C1.Win.Input.Base.Views
Assembly: C1.Win.Input.8.dll
Syntax
public class DropDownEditorViewBase : DropDownControlViewBase, ISupportUia, IDisposable, IDropDownEditorViewBase, IDropDownControlViewBase, ITextBoxBaseView, IInputEditorViewBase, ISupportUiaContainer

Constructors

Name Description
DropDownEditorViewBase(ButtonsSettings)

Initializes a new instance of the DropDownEditorViewBase class.

Properties

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.

Methods

Name Description
ApplyStyle(BaseStyle)

Applies the style to this view.

CreateUiaEdit(UiaItem)

Creates the 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 Element.