[]
Represents the base view of input editor.
public interface IInputEditorViewBase : ISupportUiaContainer
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. |
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. |
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. |