For a list of all members of this type, see EditorWithCombo members.
Name | Description | |
---|---|---|
ApplyValueAppearance | Overridden. Applies any appearance associated with the dataVal data value. Base implementation does nothing. | |
AreTouchMetricsEnabled | Returns whether Touch mode is currently enabled on this control. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
CanEditType | Determines if the type can be edited. (Inherited from Infragistics.Win.EditorWithText) | |
CanRenderType | Determines if the type can be rendered. (Inherited from Infragistics.Win.EditorWithText) | |
Clone | Overloaded. Overridden. Creates a copy of the embeddable editor with the specified default owner. | |
CloseUp | Called to have the dropdown close up. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
ComparesByValue | Overridden. Returns whether the owner should compare items based on their underlying value rather than their display text. | |
CreateAccessibilityInstance | Overridden. Used by an editor owner to create an accessible object for a specific object managed by an editor. | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
CreateUIAutomationProvider | Overridden. Creates the UI automation provider. | |
DataValueToText | Overloaded. Converts data value to text making use of any format provider and format strings that owner may provide. If unsuccessful, returns null. (Inherited from Infragistics.Win.EditorWithText) | |
Dispose | (Inherited from Infragistics.Shared.DisposableObject) | |
DropDown | Called to drop down the dropdown. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
EnterEditMode | Overloaded. Called to place the editor in edit mode. (Inherited from Infragistics.Win.EditorWithText) | |
ExitEditMode | Called to have the editor exit edit mode. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
Focus | Overridden. Sets input focus to the editor. | |
GetDropDownState | Returns information about whether the dropdown is dropped down. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
GetEditStatus | Returns information about whether the object is in edit mode. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
GetEmbeddableElement | Overloaded. Overridden. Called from inside the UIElement.PositionChildElements method of the parent element to create and position the embedded element or elements. | |
GetEmbeddableElementType | Overridden. Returns the type of the EmbeddableUIElementBase derived class that this editor uses as it's embeddable element. | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
GetMinimumTouchFriendlyHeight | Returns the minimum height needed to display in touch-friendly mode. (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase) | |
GetSize | Overloaded. Overridden. Used to determine the size preferred/required by the editor. | |
GetSpellCheckTarget | Gets the current spell check target (Inherited from Infragistics.Win.EditorWithText) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
IsInputKey | Overridden. Returns whether the key is used by the editor. | |
IsValidValue | Returns true if the edited value is valid (read-only). If the value is invalid, the 'errorMessage' out parameter can contain an error message. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
NotifyPropChange | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) | |
OnKeyUp | Listens to the embeddableTextBox keyUp messages (Inherited from Infragistics.Win.EditorWithText) | |
OnTouchMetricsChanged | Called when the TouchProvider's state or registration has changed (e.g. when its Visble or Enabled property has changed). (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
ResetButtonsLeft | Used to reset the Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase.ButtonsLeft collection (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase) | |
ResetButtonsRight | Used to reset the Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase.ButtonsRight collection (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase) | |
ResetMRUList | Resets the editor's MRUList by removing all entries | |
SelectAll | Selects all text in the editor. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
ShouldSerializeTag | (Inherited from Infragistics.Shared.SubObjectBase) | |
ValueToDataValue | Overloaded. Converts val to an object of type returned by owner's GetDataType method. If it can not convert, it returns null. It makes use of any format provided and format string off the owner. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
VerifyNotDisposed | (Inherited from Infragistics.Shared.DisposableObject) |
Name | Description | |
---|---|---|
AdjustSizeForOwnerBorders | Adjusts the specified Size to account for the owner-specified borders (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
AdjustSizeForOwnerPadding | Adjusts (increases) the specified size for the owner padding. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
DeserializeTag | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) | |
DoCloseUp | Overridden. Closes the dropdown. | |
DoDropDown | Overridden. Drops down the dropdown. | |
GetAutoConvertedDestinationValue | Overridden. Automatic data conversions specific to this editor. | |
GetCheckedListSettings | Overloaded. Returns the EmbeddableEditorOwnerBase.GetCheckedListSettings from the specified embeddable element. | |
GetDisplayValue | Provides editor-specific display value. (Inherited from Infragistics.Win.EditorWithText) | |
GetEditorValue | Provides editor-specific editor value. (Inherited from Infragistics.Win.EditorWithText) | |
GetInkProvider | Gets the InkProvider registered for the owner's container. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
GetTextSizeOfValue | Returns the size required to render the editor's value for the specified owner and ownerContext. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
HasAnySpinButtons | Returns true if the editor displays any spin buttons. (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase) | |
HookOwnersKeyEvents | Start listening to the owner's key events (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
InitializeCheckedItemList | Called to initialize the ICheckedItemList implementor when entering or exiting edit mode. | |
InitializeFrom | Overridden. Used to initialize the state of the object based on another editor instance. | |
InitializeTag | (Inherited from Infragistics.Shared.SubObjectBase) | |
IsDestinationValueValid | Overridden. Checks validity of converted values. | |
IsValueProvidedByCheckedItems | Returns whether the editor's value is determined by the ICheckedItemList implementation. | |
MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) | |
OnAfterCloseUp | Overridden. Called after the dropdown has been closed up. | |
OnAfterDropDown | Overridden. Called after the dropdown has been dropped down. | |
OnAfterEditorButtonCheckStateChanged | Used to invoke the Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase.AfterEditorButtonCheckStateChanged event (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase) | |
OnAfterEditorButtonCloseUp | Used to invoke the Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase.AfterEditorButtonCloseUp event (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase) | |
OnAfterEnterEditMode | Overridden. Called after edit mode has been entered. | |
OnAfterExitEditMode | Overridden. Called after edit mode has been exited | |
OnBeforeDropDown | Overridden. Called before the dropdown has been dropped down. | |
OnBeforeEditorButtonCheckStateChanged | Used to invoke the Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase.BeforeEditorButtonCheckStateChanged event (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase) | |
OnBeforeEditorButtonDropDown | Used to invoke the Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase.BeforeEditorButtonDropDown event (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase) | |
OnBeforeEnterEditMode | Called before edit mode has been entered. (Inherited from Infragistics.Win.EditorWithText) | |
OnBeforeExitEditMode | Overridden. Called before edit mode has been exited | |
OnDispose | Overridden. Called when the EditorWithText class is disposed | |
OnEditorButtonClick | Used to invoke the Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase.EditorButtonClick event (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase) | |
OnEditorSpinButtonClick | Used to invoke the Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase.EditorSpinButtonClick event (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase) | |
OnInitializeEditorButtonCheckState | Used to invoke the Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase.InitializeEditorButtonCheckState event (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase) | |
OnObjectPropChanged | (Inherited from Infragistics.Shared.SubObjectBase) | |
OnOwnerKeyDown | Overridden. Occurs when the owner gets a key down while in edit mode. | |
OnOwnerKeyPress | Overridden. Occurs when the owner gets a key press while in edit mode. | |
OnOwnerKeyUp | Overridden. Occurs when the owner gets a key up while in edit mode. | |
OnSubObjectPropChanged | Invoked when a property on a subobject has changed. (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase) | |
OnTextBoxMouseWheel | Invoked when the MouseWheel event of the associated embedded textbox is invoked. | |
ProcessOnMouseWheel | Allows the editor to handle the owner's mouse wheel event | |
ProcessTextBoxTextChanged | Overloaded. Invoked when the text of the associated EditorWithText.TextBox has been changed and the datafilter has not been used to handle the change. | |
ResetTag | (Inherited from Infragistics.Shared.SubObjectBase) | |
SerializeTag | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) | |
SetAutoConvertedEditorValueInternal | Invoked from the EditorWithText.SetEditorValueInternal if the editor must handle the automatic conversion from the editor value to the display text. (Inherited from Infragistics.Win.EditorWithText) | |
SetTextBoxText | Used to initialize the text of the associated textbox. (Inherited from Infragistics.Win.EditorWithText) | |
ShouldSerializeButtonsLeft | Indicates if the Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase.ButtonsLeft property should be serialized (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase) | |
ShouldSerializeButtonsRight | Indicates if the Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase.ButtonsRight property should be serialized (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase) | |
UnhookOwnersKeyEvents | Unhook from the owner's key events (Inherited from Infragistics.Win.EmbeddableEditorBase) |