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 | |
---|---|---|
_bounds | The System.Drawing.Rectangle that defines the position of the C1.Framework.Element within its parent. (Inherited from C1.Framework.Element) | |
_children | (Inherited from C1.Framework.BasePanel) | |
_dock | (Inherited from C1.Framework.DockPanel) | |
_flags | An C1.Framework.Element.ElementFlags value that defines the behavior of this C1.Framework.Element. (Inherited from C1.Framework.Element) | |
_parent | The parent C1.Framework.Element. (Inherited from C1.Framework.Element) | |
_style | The C1.Framework.Element.Style object that defines the appearance of this C1.Framework.Element. (Inherited from C1.Framework.Element) |
Name | Description | |
---|---|---|
AutoHeight | Gets or sets the System.Boolean value specifying whether element height is automatically determined by its style and contents. (Inherited from C1.Framework.Element) | |
AutoSize | Gets the System.Boolean value specifying whether element size is automatically determined by its style and contents. (Inherited from C1.Framework.Element) | |
AutoWidth | Gets or sets the System.Boolean value specifying whether element width is automatically determined by its style and contents. (Inherited from C1.Framework.Element) | |
Bounds | Gets or sets the element's bounds (size and location) within its parent element, in pixels. (Inherited from C1.Framework.Element) | |
ButtonsSettings | Gets the buttons settings of input editor. (Inherited from C1.Win.Input.Base.Views.InputEditorViewBase) | |
Children | Gets a list of child elements. (Inherited from C1.Framework.BasePanel) | |
ContainsFocus | Gets a value that indicates whether this C1.Framework.Element or one of its children has the focus. (Inherited from C1.Framework.Element) | |
ContentBounds | Client rectangle, in pixels. This discounts margins, borders, and padding. (Inherited from C1.Framework.Element) | |
EditorElement | Gets the editor element that hosted on the view. (Inherited from C1.Win.Input.Base.Views.InputEditorViewBase) | |
Enabled | Gets or sets whether the element is enabled (can receive mouse and keyboard messages). (Inherited from C1.Framework.Element) | |
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) | |
Focusable | Gets or sets whether the element is focusable (receives keyboard messages). (Inherited from C1.Framework.Element) | |
Focused | Gets a value that indicates whether this C1.Framework.Element has the focus. (Inherited from C1.Framework.Element) | |
ForceLineBreak | Gets a C1.Framework.Element.LineBreak value that determines whether there should be line breaks before and/or after this C1.Framework.Element when it occurs in a paragraph. (Inherited from C1.Framework.Element) | |
HasChildren | Gets a value that indicates the element has a non-empty C1.Framework.Element.Children collection. (Inherited from C1.Framework.Element) | |
Height | Element height. Set to -1 to let the element calculate it automatically. (Inherited from C1.Framework.Element) | |
HitTestable | Gets or sets whether the element is hit-testable (receives mouse messages). (Inherited from C1.Framework.Element) | |
HorizontalAlignment | Gets or sets the horizontal alignment of the content. (Inherited from C1.Win.Input.Base.Views.InputEditorViewBase) | |
HostControl | Gets the System.Windows.Forms.Control that is hosting this C1.Framework.Element. (Inherited from C1.Framework.Element) | |
HostView | Gets the C1.Framework.IView that is hosting this C1.Framework.Element. (Inherited from C1.Framework.Element) | |
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) | |
InheritedRtl | Gets or sets whether the value of RightToLeft property is inherited from the parent element. (Inherited from C1.Framework.Element) | |
IsDirty | Gets a value that indicates this element needs to be laid out. (Inherited from C1.Framework.Element) | |
IsDroppedDown | Gets or sets a value indicating if the dropdown is currently open. (Inherited from C1.Win.Input.Base.Views.DropDownControlViewBase) | |
IsEnabled | Gets whether this element and all its ancestors are enabled. (Inherited from C1.Framework.Element) | |
IsFocusable | Gets whether this element can currently receive the focus. (Inherited from C1.Framework.Element) | |
IsHot | Gets or sets whether the element should be displayed using the Style.Hot style. (Inherited from C1.Framework.Element) | |
IsPressed | Gets or sets whether the element should be displayed using the Style.Pressed style. (Inherited from C1.Framework.Element) | |
IsVisible | Gets whether this element and all its ancestors are visible. (Inherited from C1.Framework.Element) | |
Left | Gets or sets the horizontal position of the element within its parent. (Inherited from C1.Framework.Element) | |
LineDescent | Gets the portion of the element that renders below the baseline. Usually non-zero only for text elements, depends on font. (Inherited from C1.Framework.Element) | |
Location | Gets or sets the location of the element within its parent. (Inherited from C1.Framework.Element) | |
MarkEmpty | Gets or sets a value that indicates need draws a red dotted line if Value is empty or not. | |
Parent | Gets the element's parent, or null if this is the root element. (Inherited from C1.Framework.Element) | |
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. | |
RenderStyle | Gets the element's style, or a default style if the element doesn't have one. This never returns null. (Inherited from C1.Framework.Element) | |
RightToLeft | Gets or sets whether the element should be drawn using right-to-left layout. (Inherited from C1.Framework.Element) | |
Root | Gets the element's top-level parent. (Inherited from C1.Framework.Element) | |
ShowFocusRectangle | Gets or sets whether the element should display a focus rectangle when it has focus. (Inherited from C1.Framework.Element) | |
Size | Gets or sets the size of the element. (Inherited from C1.Framework.Element) | |
Style | Gets or sets the Style object used to render this Element. (Inherited from C1.Framework.Element) | |
Top | Gets or sets the vertical position of the element within its parent. (Inherited from C1.Framework.Element) | |
Validated | Gets or sets a value indicating if the contents was successfully validated. (Inherited from C1.Framework.Element) | |
VerticalAlignment | Gets or sets the vertical alignment of the content. (Inherited from C1.Win.Input.Base.Views.InputEditorViewBase) | |
Visible | Gets or sets whether the element is visible. (Inherited from C1.Framework.Element) | |
Width | Element width. Set to -1 to let the element calculate it automatically. (Inherited from C1.Framework.Element) |
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 | |
---|---|---|
AddChild | Adds child element with the specified System.Windows.Forms.DockStyle option. (Inherited from C1.Framework.DockPanel) | |
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) | |
Clone | Returns a clone of this element. (Inherited from C1.Framework.DockPanel) | |
Dispose | Overloaded. Releases the unmanaged resources used by the InputPanel class. (Inherited from C1.Win.Input.Base.Views.InputEditorViewBase) | |
Focus | Sets the focus to the host control and to this C1.Framework.Element within the host control. (Inherited from C1.Framework.Element) | |
GetBounds | Overloaded. Gets the element's bounds (size and location) within an arbitrary ancestor, in pixels. Ancestor element (parent, grand-parent, etc). A System.Drawing.Rectangle that corresponds to the element's position within the given ancestor. (Inherited from C1.Framework.Element) | |
GetDock | Returns the System.Windows.Forms.DockStyle option used for the specified child element. (Inherited from C1.Framework.DockPanel) | |
GetElement | Returns the C1.Framework.Element of this content element. (Inherited from C1.Win.Input.Base.Views.InputEditorViewBase) | |
GetFlags | (Inherited from C1.Framework.Element) | |
GetParent<T> | Navigates up the tree to find an ancestor of a given type. (Inherited from C1.Framework.Element) | |
GetParentOfType | Navigates up the tree to find an ancestor of a given type. (Inherited from C1.Framework.Element) | |
GetScrollOrigin | Returns the scroll origin (override to implement non-scrolling areas). (Inherited from C1.Framework.Element) | |
GetTextBox | Gets the System.Windows.Forms.TextBox control for this view. | |
HitTest | Returns the element at a given point. (Inherited from C1.Framework.Element) | |
Invalidate | Overloaded. Invalidates this C1.Framework.Element within the host control. (Inherited from C1.Framework.Element) | |
IsChildOf | Determines whether this element is a child of another element. (Inherited from C1.Framework.Element) | |
IsInputKey | Determines whether the specified key is a regular input key or a special key that requires preprocessing. (Inherited from C1.Framework.Element) | |
Layout | Overloaded. Lays out this element based on its style and contents. (Inherited from C1.Win.Input.Base.Views.InputEditorViewBase) | |
Measure | Overloaded. Provides the size, in pixels, of the specified content drawn on the specified System.Drawing.Graphics surface. (Inherited from C1.Framework.Element) | |
Offset | Adjusts the location of this element by the specified amount. (Inherited from C1.Framework.Element) | |
OnClick | Called by the host control when the user clicks this C1.Framework.Element. (Inherited from C1.Framework.Element) | |
OnDoubleClick | Called by the host control when the user double-clicks this C1.Framework.Element. (Inherited from C1.Framework.Element) | |
OnGotFocus | Called by the host control when this C1.Framework.Element receives the focus. (Inherited from C1.Win.Input.Base.Views.InputEditorViewBase) | |
OnKeyDown | Called by the host control when the user presses a key and this C1.Framework.Element has the focus. (Inherited from C1.Framework.Element) | |
OnKeyPress | Called by the host control when the user presses a character key and this C1.Framework.Element has the focus. (Inherited from C1.Framework.Element) | |
OnKeyUp | Called by the host control when the user releases a key and this C1.Framework.Element has the focus. (Inherited from C1.Framework.Element) | |
OnLostFocus | Called by the host control when this C1.Framework.Element loses the focus. (Inherited from C1.Win.Input.Base.Views.InputEditorViewBase) | |
OnMouseDown | Called by the host control when the user presses a mouse button over this C1.Framework.Element. (Inherited from C1.Framework.Element) | |
OnMouseEnter | Called by the host control when the mouse enters this C1.Framework.Element. (Inherited from C1.Framework.Element) | |
OnMouseEnterHover | Called by the host control when the mouse enters this C1.Framework.Element, even if another element has captured the mouse. (Inherited from C1.Framework.Element) | |
OnMouseLeave | Called by the host control when the mouse leaves this C1.Framework.Element. (Inherited from C1.Framework.Element) | |
OnMouseLeaveHover | Called by the host control when the mouse leaves this C1.Framework.Element, even if another element has captured the mouse. (Inherited from C1.Framework.Element) | |
OnMouseLostCapture | Called by the host control when the user releases the left mouse button over a disabled C1.Framework.Element. (Inherited from C1.Framework.Element) | |
OnMouseMove | Called by the host control when the mouse moves over this C1.Framework.Element. (Inherited from C1.Framework.Element) | |
OnMouseUp | Called by the host control when the user releases a mouse button over this C1.Framework.Element. (Inherited from C1.Framework.Element) | |
OnMouseWheel | Handles MouseWheel events. (Inherited from C1.Framework.Element) | |
OnValidated | Called by the host control after the element has been validated. (Inherited from C1.Framework.Element) | |
OnValidating | Called by the host control when the element is about to lose focus. (Inherited from C1.Framework.Element) | |
PointToClient | Computes the location of the specified screen point into client coordinates. (Inherited from C1.Framework.Element) | |
PointToScreen | Computes the location of the specified client point into screen coordinates. (Inherited from C1.Framework.Element) | |
Render | Overridden. Renders the element into a given rectangle. | |
RenderChildren | Renders the child elements into a given rectangle. (Inherited from C1.Framework.Element) | |
RenderContent | Render this element's content (no children). (Inherited from C1.Framework.Element) | |
SetDirty | Overloaded. Marks this element as dirty, forcing all parent and child elements to be laid out. (Inherited from C1.Framework.Element) | |
SetDock | Changes the System.Windows.Forms.DockStyle option for the specified child element. (Inherited from C1.Framework.DockPanel) | |
SetFlags | Overloaded. (Inherited from C1.Framework.Element) |
Name | Description | |
---|---|---|
AlignChildren | (Inherited from C1.Framework.BasePanel) | |
AlignHorizontally | (Inherited from C1.Framework.BasePanel) | |
AlignVertically | (Inherited from C1.Framework.BasePanel) | |
CreateStyle | Creates or gets if contains a named style. (Inherited from C1.Win.Input.Base.Views.InputPanel) | |
FinalizeUI | Finalizes the user interface. This method is called when element is removed from UI. (Inherited from C1.Framework.Element) | |
GetActualStyle | Overloaded. Overridden. Gets a actual style for current state of elements. | |
GetBorderPath | Gets a System.Drawing.Drawing2D.GraphicsPath that covers only the borders (hollow, used to renders the borders). (Inherited from C1.Framework.Element) | |
GetDeviceDPI | Gets the DPI value for the display device where the C1.Framework.Element.HostControl is currently being displayed. (Inherited from C1.Framework.Element) | |
GetEditorElement | Overridden. Gets the editor element. | |
GetStyle | Gets a named style. (Inherited from C1.Win.Input.Base.Views.InputPanel) | |
LayoutChildren | (Inherited from C1.Framework.DockPanel) | |
OnRightToLeftChanged | (Inherited from C1.Framework.Element) | |
OnStateChanged | Called by the host control when the state of this C1.Framework.Element changes. (Inherited from C1.Framework.Element) | |
RescaleConstantsForDpi | Provides constants for rescaling the C1.Framework.Element when a DPI change occurs. (Inherited from C1.Win.Input.Base.Views.InputEditorViewBase) | |
ScaleToDeviceDPI | Overloaded. Scales the C1.Framework.Style instance uses the DeviceDpi value if this element has a C1.Framework.Element.HostControl. (Inherited from C1.Framework.Element) | |
SizeToContent | Overloaded. (Inherited from C1.Framework.BasePanel) | |
SizeToParent | (Inherited from C1.Framework.BasePanel) | |
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) |