| Name | Description |
| AccessibilityNotifyClients | Overridden. Notifies the owner that an accessible event has occurred. |
| AlwaysRaiseEditorButtonEvents | This method indicates whether editor buttons should always fire editor button events even if the editor is not in edit mode. Default implementation returns false. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| AreTouchMetricsEnabled | Returns whether this editor should display using Touch metrics or not. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| CanProcessMouseWheel | Indicates whether the editor should respond to the mouse wheel. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| DrawAsActive | Returns whether the element should be drawn as if it were in its "active" state. Only applicable if the return from the DisplayStyle property is not Standard. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| EnsureValueIsInList | Returns whether an editor's value must correspond to an item in its ValueList (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| EnterEditModeOnClick | Overridden. If true is returned, the editor will enter edit mode on either MouseDown or MouseUp, depending on the nature of the editor |
| GetAutoCompleteMode | Returns the Infragistics.Win.AutoCompleteMode constant which determines the automatic completion mode for the Infragistics.Win.EditorWithCombo editor. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| GetAutoEdit | Indicates whether AutoEdit should enabled. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| GetAutoSizeEditInfo | Returns the AutoSizeEdit information to be used by editors that support AutoSizing (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| GetAutoSuggestFilterMode | Returns the AutoSuggestFilterMode constant which determines the filtering mode for the EditorWithCombo embeddable editor's auto-complete functionality. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| GetBorderStyle | Returns the BorderStyle to be used by the editor's embeddable element (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| GetButtonStyle | Returns the ButtonStyle to be used by the embeddable element's button (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| GetCachedGraphics | Called to get a graphics object suitable for doing metrics calculations only. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| GetCharacterCasing | Determines how the text will be cased. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| GetCheckedListSettings | Returns an object which determines whether checkboxes are displayed for the items in a ValueList, and defines the properties and behavior for the checkboxes. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| GetComponentRole | Invoked by an editor to obtain the application style information. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| GetConstraints | Returns a Infragistics.Win.ValueConstraint object associated with the owner context, if any. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| GetContextMenu | Returns the ContextMenu that will be displayed by the editor (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| GetContextMenuStrip | Returns the ContextMenuStrip that will be displayed by the editor (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| GetControl | Overridden. Returns the owner's control. |
| GetDataType | Returns the data type. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| GetDisplayStyle | Returns the DisplayStyle to be used by the embeddable element (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| GetDropDownListAdditionalWidth | Returns the number of pixels by which to increase the dropdown list's width to compensate for borders, etc. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| GetDropDownListOffset | Returns the horizontal and vertical offset to apply to the DropDown's list (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| GetEditor | Overridden. Returns the editor for the passed in ownerContext. This is used by the base implementation of EmbeddableOwnerBase. |
| GetEditorContext | Gets the editor context that was set with SetEditorContext method. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| GetEditorElement | Overridden. Returns the embeddable uielement associated with a particular object or null if none is available. |
| GetExtendedInfo | Returns owner-specific information to an editor (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| GetExternalContext | Returns an object that may be provided to the programmer using an editor. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| GetFormatInfo | Returns information needed to format a string. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| GetGlyphInfo | Returns a GlyphInfo object which assists in the drawing of glyphs such as CheckBoxes and Radio buttons. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| GetImageList | Returns the image list to be used by the editor's ValueList, or null (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| GetImageTransparentColor | Returns the color that is used as the transparent color for images displayed by the editor (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| GetImeMode | Gets the ImeMode value used for the editor. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| GetMaskInfo | Returns masking information. This is only of ibterest to a editor that supports masking. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| GetMaxLength | Returns the maximum length for a string. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| GetMaxLines | Returns the maximum number of text lines displayed. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| GetMaxValue | Returns the maximum allowable value. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| GetMinValue | Returns the minimum allowable value. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| GetNullText | The string to display for a null value. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| GetPadChar | Returns character used as a substitute for spaces. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| GetPadding | The padding to place around the value to display. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| GetPasswordChar | Returns the character used to mask characters. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| GetPromptChar | Returns the character used as prompt during editing (e.g. '_'). (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| GetScrollBarLook | Returns the Infragistics.Win.UltraWinScrollBar.ScrollBarLook to be used by the scrollbars displayed by the embeddable editor. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| GetScrollBarViewStyle | Returns the Infragistics.Win.UltraWinScrollBar.ScrollBarViewStyle that the editor should utilize for any scrollbars that it displays. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| GetShowInkButton | Overridden. Determines when to show the Ink Button on the editor. |
| GetSizeOfImages | Returns the size of images to be used by the editor's ValueList (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| GetSpellChecker | Gets the spell checker (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| GetTextBoxScrollBars | Returns which scrollbars should appear in an editor's multiline TextBox. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| GetTextRenderingMode | Returns the text rendering mode to use. Default implementation returns Default value. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| GetTypeConverter | Returns the type converter to use to convert values. The default implementation returns the type converter associated with the data type of the owner. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| GetValue | Returns the value that should be rendered. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| GetValueList | Returns a list of predefined values. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| GetValueListsCollection | Returns the image list to be used by the editor's ValueList, or null (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| IsActionableAreaSupported | Invoked by an editor to determine if an area of the element that performs an action is supported. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| IsEditorAlwaysInEditMode | Returns whether this editor is always in edit mode (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| IsEnabled | Overridden. Returns whether the value is enabled for editing. |
| IsHotTrackingEnabled | Returns whether "hot tracking" effects should be enabled (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| IsKeyMapped | Returns whether the key is used by the owner. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| IsMultiLine | Returns whether the text is multiline. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| IsNullable | Returns whether the value can be set to null. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| IsPrinting | Returns true if the editor is being used in printing. The default is false. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| IsReadOnly | Returns true is the value is read-only (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| IsVertical | Returns whether the element should display vertical. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| MustDisplayFromList | Returns whether the text an element displays must correspond to the text of an item in a list (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| MustSelectFromList | Returns whether a selection can only be made from the value list. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| OnEditorClick | The editor calls this method whenever any of its embeddable elements gets a click. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| OnEditorDoubleClick | The editor calls this method whenever any of its embeddable elements gets a double click. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| OnEditorGotFocus | Called when the editor gets focus. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| OnEditorLostFocus | Called when the editor loses focus. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| OnEditorMouseDown | Overridden. The editor calls this method whenever any of its embeddable elements gets a mouse down. |
| OnEditorMouseUp | The editor calls this method whenever any of its embeddable elements gets a mouse up. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| OnEnterEditor | Called when focus is entering the editor. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| OnLeaveEditor | Called when focus is leaving the editor. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| RaiseKeyDown | Rases KeyDown event. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| RaiseKeyPress | Raises KeyPress event. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| RaiseKeyUp | Raises KeyUp event. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| ReleaseCachedGraphics | Called to release a graphics object that was returned from a prior call to Infragistics.Win.EmbeddableEditorOwnerBase.GetCachedGraphics. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| ResolveAppearance | Overloaded. Resolves the appearance for an element. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| ResolveDefaultAppearance | Resolves the default appearance for an element. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| SetEditorContext | Sets the editor context for the passed in ownerContext. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| ShouldDrawFocus | Determines if a focus rect should be drawn. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| ShouldShowOverflowIndicator | Sets the out parameters to values relating to the overflow indicator's existence and if it should show a tooltip. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| ShowHotkeyPrefix | Returns whether the ampersand character is interpreted as a hotkey prefix. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| ShowKeyboardCues | Returns whether the UI is in a proper state to show keyboard accelerators. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| SuppressEnterLeaveInvalidation | By default the editors will invalidate the embeddable editor elements as the mouse enters and leaves them. This method can be used to suppress this behavior. Default implementation returns false. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| UseDefaultEditorCursor | Returns whether the editor should use its default cursor (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |
| WrapText | Returns whether the text should be wrapped if it doesn't fit. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase) |