Version

UltraEditorProxyOwnerBase Class Members

The following tables list the members exposed by UltraEditorProxyOwnerBase.

Public Constructors
 NameDescription
Public ConstructorUltraEditorProxyOwnerBase ConstructorInitializes a new instance of the class.  
Public Properties
 NameDescription
Public PropertyDesignModeOverridden. Returns whether the associated control is currently in design mode.  
Protected Properties
 NameDescription
Protected PropertyEditorProxyGets the associated UltraEditorProxyBase.  
Protected PropertyProxyElementGets the UIElement of the associated editor proxy.  
Public Methods
 NameDescription
Public MethodAccessibilityNotifyClientsOverridden. Notifies the owner that an accessible event has occurred.  
Public MethodAlwaysRaiseEditorButtonEventsOverridden. 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.  
Public MethodAreTouchMetricsEnabledReturns whether this editor should display using Touch metrics or not. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodCanProcessMouseWheelOverridden. Indicates whether the editor should respond to the mouse wheel.  
Public MethodDrawAsActiveOverridden. 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.  
Public MethodEnsureValueIsInListOverridden. Returns whether an editor's value must correspond to an item in its ValueList  
Public MethodEnterEditModeOnClickOverridden. If true is returned, the editor will enter edit mode on either MouseDown or MouseUp, depending on the nature of the editor.  
Public MethodGetAutoCompleteModeOverridden. Returns the AutoCompleteMode constant which determines the automatic completion mode for the EditorWithCombo editor.  
Public MethodGetAutoEditOverridden. Indicates whether AutoEdit should enabled.  
Public MethodGetAutoSizeEditInfoOverridden. Returns the AutoSizeEdit information to be used by editors that support AutoSizing  
Public MethodGetAutoSuggestFilterModeOverridden. Returns the AutoSuggestFilterMode constant which determines the filtering mode for the EditorWithCombo embeddable editor's auto-complete functionality.  
Public MethodGetBorderStyleOverridden. Returns the BorderStyle to be used by the editor's embeddable element  
Public MethodGetButtonStyleOverridden. Returns the ButtonStyle to be used by the embeddable element's button  
Public MethodGetCachedGraphicsOverridden. Called to get a graphics object suitable for doing metrics calculations only.  
Public MethodGetCharacterCasingOverridden. Determines how the text will be cased.  
Public MethodGetCheckedListSettingsReturns 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)
Public MethodGetComponentRoleOverridden. Invoked by an editor to obtain the application style information.  
Public MethodGetConstraintsOverridden. Returns a ValueConstraint object associated with the owner context, if any.  
Public MethodGetContextMenuOverridden. Returns the ContextMenu that will be displayed by the editor  
Public MethodGetContextMenuStripOverridden. Returns the ContextMenuStrip that will be displayed by the editor  
Public MethodGetControlOverridden. Returns the owner's control.  
Public MethodGetDataTypeOverridden. Returns the data type.  
Public MethodGetDisplayStyleOverridden. Returns the DisplayStyle to be used by the embeddable element  
Public MethodGetDropDownListAdditionalWidthOverridden. Returns the number of pixels by which to increase the dropdown list's width to compensate for borders, etc.  
Public MethodGetDropDownListOffsetOverridden. Returns the horizontal and vertical offset to apply to the DropDown's list  
Public MethodGetEditorOverridden. Returns the editor for the passed in ownerContext. This is used by the base implementation of EmbeddableOwnerBase.  
Public MethodGetEditorContextOverridden. Gets the editor context that was set with SetEditorContext method.  
Public MethodGetEditorElementOverridden. Returns the embeddable UIElement associated with a particular object or null if none is available.  
Public MethodGetExtendedInfoOverridden. Returns owner-specific information to an editor  
Public MethodGetExternalContextOverridden. Returns an object that may be provided to the programmer using an editor.  
Public MethodGetFormatInfoOverridden. Returns information needed to format a string.  
Public MethodGetGlyphInfoOverridden. Returns a GlyphInfo object which assists in the drawing of glyphs such as CheckBoxes and Radio buttons.  
Public MethodGetImageListOverridden. Returns the image list to be used by the editor's ValueList, or null  
Public MethodGetImageTransparentColorOverridden. Returns the color that is used as the transparent color for images displayed by the editor  
Public MethodGetImeModeOverridden. Determines the IME mode for the editor.  
Public MethodGetMaskInfoOverridden. Returns masking information. This is only of interest to a editor that supports masking.  
Public MethodGetMaxLengthOverridden. Returns the maximum length for a string.  
Public MethodGetMaxLinesOverridden. Returns the maximum number of text lines displayed.  
Public MethodGetMaxValueOverridden. Returns the maximum allowable value.  
Public MethodGetMinValueOverridden. Returns the minimum allowable value.  
Public MethodGetNullTextOverridden. The string to display for a null value.  
Public MethodGetPadCharOverridden. Returns character used as a substitute for spaces.  
Public MethodGetPaddingOverridden. The padding to place around the value to display.  
Public MethodGetPasswordCharOverridden. Returns the character used to mask characters.  
Public MethodGetPromptCharOverridden. Returns the character used as prompt during editing (e.g. '_').  
Public MethodGetScrollBarLookOverridden. Returns the Infragistics.Win.UltraWinScrollBar.ScrollBarLook to be used by the scrollbars displayed by the embeddable editor.  
Public MethodGetScrollBarViewStyleOverridden. Returns the Infragistics.Win.UltraWinScrollBar.ScrollBarViewStyle that the editor should utilize for any scrollbars that it displays.  
Public MethodGetShowInkButtonOverridden. Determines when to show the Ink Button on the editor.  
Public MethodGetSizeOfImagesOverridden. Returns the size of images to be used by the editor's ValueList  
Public MethodGetSpellCheckerOverridden. Gets the spell checker  
Public MethodGetTextBoxScrollBarsOverridden. Returns which scrollbars should appear in an editor's multiline TextBox.  
Public MethodGetTextRenderingModeOverridden. Returns the text rendering mode to use. Default implementation returns Default value.  
Public MethodGetTypeConverterOverridden. Returns the type converter to use to convert values. The default implementation returns the type converter associated with the data type of the owner.  
Public MethodGetValueOverridden. Returns the value that should be rendered.  
Public MethodGetValueListOverridden. Returns a list of predefined values.  
Public MethodGetValueListsCollectionOverridden. Returns the image list to be used by the editor's ValueList, or null  
Public MethodIsActionableAreaSupportedOverridden. Invoked by an editor to determine if an area of the element that performs an action is supported.  
Public MethodIsEditorAlwaysInEditModeOverridden. Returns whether this editor is always in edit mode  
Public MethodIsEnabledOverridden. Returns whether the value is enabled for editing.  
Public MethodIsHotTrackingEnabledOverridden. Returns whether "hot tracking" effects should be enabled  
Public MethodIsKeyMappedOverridden. Returns whether the key is used by the owner.  
Public MethodIsMultiLineOverridden. Returns whether the text is multiline.  
Public MethodIsNullableOverridden. Returns whether the value can be set to null.  
Public MethodIsPrintingOverridden. Returns true if the editor is being used in printing. The default is false.  
Public MethodIsReadOnlyOverridden. Returns true is the value is read-only  
Public MethodIsVerticalOverridden. Returns whether the element should display vertical.  
Public MethodMustDisplayFromListOverridden. Returns whether the text an element displays must correspond to the text of an item in a list  
Public MethodMustSelectFromListOverridden. Returns whether a selection can only be made from the value list.  
Public MethodOnEditorClickThe editor calls this method whenever any of its embeddable elements gets a click. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodOnEditorDoubleClickOverridden. The editor calls this method whenever any of its embeddable elements gets a double click.  
Public MethodOnEditorGotFocusOverridden. Called when the editor gets focus.  
Public MethodOnEditorLostFocusOverridden. Called when the editor loses focus.  
Public MethodOnEditorMouseDownOverridden. The editor calls this method whenever any of its embeddable elements gets a mouse down.  
Public MethodOnEditorMouseUpOverridden. The editor calls this method whenever any of its embeddable elements gets a mouse up.  
Public MethodOnEnterEditorOverridden. Called when focus is entering the editor.  
Public MethodOnLeaveEditorOverridden. Called when focus is leaving the editor.  
Public MethodRaiseKeyDownRases KeyDown event. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodRaiseKeyPressRaises KeyPress event. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodRaiseKeyUpRaises KeyUp event. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public MethodReleaseCachedGraphicsOverridden. Called to release a graphics object that was returned from a prior call to GetCachedGraphics.  
Public MethodResolveAppearanceOverloaded. Overridden. Resolves the appearance for an element.  
Public MethodResolveDefaultAppearanceOverridden. Resolves the default appearance for an element.  
Public MethodSetEditorContextOverridden. Sets the editor context for the passed in ownerContext.  
Public MethodShouldDrawFocusOverridden. Determines if a focus rect should be drawn.  
Public MethodShouldShowOverflowIndicatorOverridden. Sets the out parameters to values relating to the overflow indicator's existence and if it should show a tooltip.  
Public MethodShowHotkeyPrefixOverridden. Returns whether the ampersand character is interpreted as a hotkey prefix.  
Public MethodShowKeyboardCuesOverridden. Returns whether the UI is in a proper state to show keyboard accelerators.  
Public MethodSuppressEnterLeaveInvalidationOverridden. 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.  
Public MethodUseDefaultEditorCursorOverridden. Returns whether the editor should use its default cursor  
Public MethodWrapTextOverridden. Returns whether the text should be wrapped if it doesn't fit.  
Public Events
 NameDescription
Public EventKeyDownOccurs on a key down while the editor is in edit mode and the owner has focus. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public EventKeyPressOccurs on a key press while the editor is in edit mode and the owner has focus. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
Public EventKeyUpOccurs on a key up while the editor is in edit mode and the owner has focus. (Inherited from Infragistics.Win.EmbeddableEditorOwnerBase)
See Also