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