Name | Description | |
---|---|---|
DropDownEditorViewBase Constructor | Initializes a new instance of the DropDownEditorViewBase class. |
The following tables list the members exposed by DropDownEditorViewBase.
Name | Description | |
---|---|---|
DropDownEditorViewBase Constructor | Initializes a new instance of the DropDownEditorViewBase class. |
Name | Description | |
---|---|---|
BorderStyle | Gets or sets the border type of the text box control. | |
ButtonsSettings | Gets the buttons settings of input editor. (Inherited from C1.Win.Input.Base.Views.InputEditorViewBase) | |
EditorElement | Gets the editor element that hosted on the view. (Inherited from C1.Win.Input.Base.Views.InputEditorViewBase) | |
ExtraIcons | Gets a collection with additional input editor icons. (Inherited from C1.Win.Input.Base.Views.InputEditorViewBase) | |
FloatingPlaceHolderEnabled | Gets or sets the value indicating whether the floating placeholder is enabled. (Inherited from C1.Win.Input.Base.Views.InputEditorViewBase) | |
HorizontalAlignment | Gets or sets the horizontal alignment of the content. (Inherited from C1.Win.Input.Base.Views.InputEditorViewBase) | |
Icon | Gets or sets the icon of input editor. (Inherited from C1.Win.Input.Base.Views.InputEditorViewBase) | |
ImageAlign | Gets or sets the alignment of the image. (Inherited from C1.Win.Input.Base.Views.InputEditorViewBase) | |
IsDroppedDown | Gets or sets a value indicating if the dropdown is currently open. (Inherited from C1.Win.Input.Base.Views.DropDownControlViewBase) | |
MarkEmpty | Gets or sets a value that indicates need draws a red dotted line if Value is empty or not. | |
PlaceHolder | Gets or sets the textual place holder, that is displayed by C1.Win.Input.C1TextBox to prompt the user for information. (Inherited from C1.Win.Input.Base.Views.InputEditorViewBase) | |
ReadOnly | Gets or sets a value indicating whether text in the text box is read-only. | |
VerticalAlignment | Gets or sets the vertical alignment of the content. (Inherited from C1.Win.Input.Base.Views.InputEditorViewBase) |
Name | Description | |
---|---|---|
IconPanel | Gets the panel with icons that hosted on the view. (Inherited from C1.Win.Input.Base.Views.InputEditorViewBase) | |
IsDisposed | Gets a value indicating whether the class has been disposed of. (Inherited from C1.Win.Input.Base.Views.InputPanel) | |
ShowFocusCues | Geta a value that indicates whether the user interface is in a state to show or hide focus rectangles. (Inherited from C1.Win.Input.Base.Views.InputPanel) |
Name | Description | |
---|---|---|
ApplyStyle | Overridden. Applies a C1.Win.Themes.BaseStyle to panel. | |
ChangeEnabledButtonState | Changes the value of the enabled state for buttons (Inherited from C1.Win.Input.Base.Views.InputEditorViewBase) | |
Dispose | Overloaded. Releases the unmanaged resources used by the InputPanel class. (Inherited from C1.Win.Input.Base.Views.InputEditorViewBase) | |
GetElement | Returns the C1.Framework.Element of this content element. (Inherited from C1.Win.Input.Base.Views.InputEditorViewBase) | |
GetTextBox | Gets the System.Windows.Forms.TextBox control for this view. | |
Layout | Overloaded. Lays out this element based on its style and contents. (Inherited from C1.Win.Input.Base.Views.InputEditorViewBase) | |
OnGotFocus | Called by the host control when this C1.Framework.Element receives the focus. (Inherited from C1.Win.Input.Base.Views.InputEditorViewBase) | |
OnLostFocus | Called by the host control when this C1.Framework.Element loses the focus. (Inherited from C1.Win.Input.Base.Views.InputEditorViewBase) | |
Render | Overridden. Renders the element into a given rectangle. |
Name | Description | |
---|---|---|
CreateStyle | Creates or gets if contains a named style. (Inherited from C1.Win.Input.Base.Views.InputPanel) | |
GetActualStyle | Overloaded. Overridden. Gets a actual style for current state of elements. | |
GetEditorElement | Overridden. Gets the editor element. | |
GetStyle | Gets a named style. (Inherited from C1.Win.Input.Base.Views.InputPanel) | |
RescaleConstantsForDpi | Provides constants for rescaling the C1.Framework.Element when a DPI change occurs. (Inherited from C1.Win.Input.Base.Views.InputEditorViewBase) | |
UpdateStyle | Overridden. Updates a dinamic style of C1.Framework.Element. |
Name | Description | |
---|---|---|
CustomButtonClick | Occurs when Custom button is clicked. (Inherited from C1.Win.Input.Base.Views.InputEditorViewBase) | |
DropDownButtonClick | Occurs when DropDown button is clicked. (Inherited from C1.Win.Input.Base.Views.InputEditorViewBase) | |
ModalButtonClick | Occurs when Modal button is clicked. (Inherited from C1.Win.Input.Base.Views.InputEditorViewBase) | |
UpDownButtonClick | Occurs when Up or Down buttons are clicked. (Inherited from C1.Win.Input.Base.Views.InputEditorViewBase) |