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