[]
        
(Showing Draft Content)

C1.Win.Input.Base.Views.IInputEditorViewBase

IInputEditorViewBase Interface

Represents the base view of input editor.

Namespace: C1.Win.Input.Base.Views
Assembly: C1.Win.Input.8.dll
Syntax
public interface IInputEditorViewBase : ISupportUiaContainer

Properties

Name Description
ButtonsSettings

Gets the buttons settings of input editor.

EditorElement

Gets the editor element that hosted on the view.

ExtraIcons

Gets a collection with additional input editor icons.

FloatingPlaceHolderEnabled

Gets or sets the value indicating whether the floating placeholder is enabled.

Icon

Gets or sets the icon of input editor.

ImageAlign

Gets or sets the alignment of the image.

IsEnabled

Gets a value indicating whether the view can respond to user interaction.

PlaceHolder

Gets or sets the textual place holder, that is displayed by C1TextBox to prompt the user for information.

Methods

Name Description
ApplyStyle(BaseStyle)

Applies the style to this view.

ChangeEnabledButtonState(bool)

Changes the value of the enabled state for buttons

GetElement()

Returns the Element of this content element.

Events

Name Description
CustomButtonClick

Occurs when Custom button is clicked.

DropDownButtonClick

Occurs when DropDown button is clicked.

ModalButtonClick

Occurs when Modal button is clicked.

UpDownButtonClick

Occurs when Up or Down buttons are clicked.