Version

EditorWithCombo Class Members

The following tables list the members exposed by EditorWithCombo.

Public Constructors
 NameDescription
Public ConstructorEditorWithCombo ConstructorOverloaded.   
Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyAcceptsReturnGets or sets a value indicating whether pressing ENTER in a mutiline editor creates a new line of text in the editor. (Inherited from Infragistics.Win.EditorWithText)
Public PropertyAcceptsTabGets or sets a value indicating whether pressing the TAB key in a multiline editor types a TAB character in the editor. (Inherited from Infragistics.Win.EditorWithText)
Public PropertyAutoCompleteIgnoreDiacriticsGets/sets whether diacritics are honored or ignored during an AutoComplete search operation.  
Public PropertyButtonAlignmentGets/sets the alignment for the dropdown button  
Public PropertyButtonDisplayStyleGets/sets the display style for the dropdown button  
Public PropertyButtonsLeftReturns of a collection of Infragistics.Win.UltraWinEditors.EditorButtonBase instances displayed on the left side of the editor. (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase)
Public PropertyButtonsRightReturns of a collection of Infragistics.Win.UltraWinEditors.EditorButtonBase instances displayed on the right side of the editor. (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase)
Public PropertyCanFocusOverridden. Returns whether the editor can receive input focus while in edit mode  
Public PropertyCurrentEditTextOverridden. Returns the current text being edited without doing any validation. This will return the text currently typed in. If the editor does not have an textbox-like control, it will return the current edit value in form of text.  
Public PropertyDataFilterIf different than null, specifies custom data filter used by the editor. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertyDefaultOwnerReturns the default embeddable editor owner, which may provide default owner-specific values for an editor (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyDrawModeGets/sets DrawMode used by the dropdown list  
Public PropertyDropDownStyleReturns whether the edit portion of the control is editable  
Public PropertyEditorSharedObjectNameSpecifies name of the shared object that was defined for this editor. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertyElementBeingEditedReturns the embeddable element that is currently in edit mode. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertyExpectedTypeDefault type used by the editor in the case of data filter. Null means that editor supports multiple data types and expects type to be set or provided by the owner. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertyFocusedOverridden. Returns whether the editor currently has input focus  
Public PropertyHasButtonsLeftIndicates if there are any buttons in the collection. (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase)
Public PropertyHasButtonsRightIndicates if there are any buttons in the collection. (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase)
Public PropertyHasMRUListGets/sets whether the editor has an MRU (most recently used) list associated with it  
Public PropertyInternalMRUListReturns the MRU (most recently used) list associated with the editor  
Public PropertyIsDroppedDownReturns true if in edit mode and dropped down (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertyIsInEditModeReturns true if the editor is in edit mode (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertyIsInIMECompositionReturns true if the editor's TextBox is currently proccessing an IME Composition operation. (Inherited from Infragistics.Win.EditorWithText)
Public PropertyIsValidReturns true if the edited value is valid (read-only). (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertyKeyboardSearchIntervalGets or sets the number of milliseconds allowed to elapse before the keyboard search is reset.  
Public PropertyMaxMRUItemsGets/sets the maximum number of items that will be displayed in the editor's MRU list  
Public PropertyMRUListReturns the MRU (most recently used) list associated with the editor  
Public PropertyScrollBarLookReturns the Infragistics.Win.UltraWinScrollBar.ScrollBarLook instance which determines the appearance of the scrollbar displayed by the dropdown.  
Public PropertyScrollBarsGets/sets whether vertical scrollbars are displayed for the editor (Inherited from Infragistics.Win.EditorWithText)
Public PropertySelectedIndexGets/sets the index of the currently selected item. Available only at runtime.  
Public PropertySelectedTextGets or sets the currently selected text in the editor. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertySelectionLengthGets or sets the number of characters selected in the editor. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertySelectionStartGets or sets the starting point of text selected in the editor. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertySetFocusToEditControlOnCloseUpGets/sets whether the edit control should receive the input focus when the list portion is closed  
Public PropertySupportsAutoSizeEditOverridden. Indicates whether the editor supports AutoSizeEdit  
Public PropertySupportsDropDownOverridden. Returns true to indicate that the editor supports a dropdown  
Public PropertySupportsSelectableTextOverridden. Returns whether the editor supports selecting text.  
Public PropertySupportsSpellCheckingReturns true (Inherited from Infragistics.Win.EditorWithText)
Public PropertySupportsValueListOverridden. Specifies whether the editor supports value list (read-only).  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyTextBoxReturns the EmbeddableTextBox used by this class (Inherited from Infragistics.Win.EditorWithText)
Public PropertyTextLengthGets the length of the text in the editor. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertyValueGets/sets the value being edited. (Inherited from Infragistics.Win.EditorWithText)
Public PropertyValueListReturns the IValueList to be used by this instance of the editor  
Protected Properties
 NameDescription
Protected PropertyAllowKeyboardInputForMultiSelectReturns whether keyboard input is permitted when the editor is in multi-select mode. The default implementation returns false.  
Protected PropertyAppliesFormatStringWhenInEditModeReturns whether the editor applies the format string returned from the owner's EmbeddableEditorOwnerBase.GetFormatInfo method when it is in edit mode. (Inherited from Infragistics.Win.EditorWithText)
Protected PropertyEditorValueGets/Sets the editor value. (Inherited from Infragistics.Win.EditorWithText)
Protected PropertyHasOwnDefaultContextMenuProperty which should be overriden by derived editors which have their own default Context Menu, so an ancestor's ContextMenu would be prevented from showing. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Protected PropertyRaiseValueChangedWhenCheckStateChangedReturns whether the editor raises the ValueChanged event in response to the ICheckedItemList implementor's CheckStateChanged event.  
Protected PropertyResetValueListOnExitEditModeDetermines whether the valuelist's selected item index should be reset to -1 when exiting edit mode.  
Protected PropertySelectedTextInternalGets/sets a string that represents the currently selected text in the text box. (Inherited from Infragistics.Win.EditorWithText)
Protected PropertySelectionLengthInternalGets/sets The starting position of text selected in the text box. (Inherited from Infragistics.Win.EditorWithText)
Protected PropertySelectionStartInternalGets/sets the number of characters selected in the text box. (Inherited from Infragistics.Win.EditorWithText)
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
Protected PropertyTextLengthInternalGets the length of the text in the editor. (Inherited from Infragistics.Win.EditorWithText)
Protected PropertyWantsOwnerKeyEventsOverridden. Returns true when the DropDownStyle property is set to DropDownList so that the editor receives keystrokes such as F4 and the arrow keys  
Public Methods
 NameDescription
Public MethodApplyValueAppearanceOverridden. Applies any appearance associated with the dataVal data value. Base implementation does nothing.  
Public MethodAreTouchMetricsEnabledReturns whether Touch mode is currently enabled on this control. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public MethodCanEditTypeDetermines if the type can be edited. (Inherited from Infragistics.Win.EditorWithText)
Public MethodCanRenderTypeDetermines if the type can be rendered. (Inherited from Infragistics.Win.EditorWithText)
Public MethodCloneOverloaded. Overridden. Creates a copy of the embeddable editor with the specified default owner.  
Public MethodCloseUpCalled to have the dropdown close up. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public MethodComparesByValueOverridden. Returns whether the owner should compare items based on their underlying value rather than their display text.  
Public MethodCreateAccessibilityInstanceOverridden. Used by an editor owner to create an accessible object for a specific object managed by an editor.  
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodCreateUIAutomationProviderOverridden. Creates the UI automation provider.  
Public MethodDataValueToTextOverloaded. 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)
Public MethodDispose (Inherited from Infragistics.Shared.DisposableObject)
Public MethodDropDownCalled to drop down the dropdown. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public MethodEnterEditModeOverloaded. Called to place the editor in edit mode. (Inherited from Infragistics.Win.EditorWithText)
Public MethodExitEditModeCalled to have the editor exit edit mode. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public MethodFocusOverridden. Sets input focus to the editor.  
Public MethodGetDropDownStateReturns information about whether the dropdown is dropped down. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public MethodGetEditStatusReturns information about whether the object is in edit mode. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public MethodGetEmbeddableElementOverloaded. Overridden. Called from inside the UIElement.PositionChildElements method of the parent element to create and position the embedded element or elements.  
Public MethodGetEmbeddableElementTypeOverridden. Returns the type of the EmbeddableUIElementBase derived class that this editor uses as it's embeddable element.  
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodGetMinimumTouchFriendlyHeightReturns the minimum height needed to display in touch-friendly mode. (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase)
Public MethodGetSizeOverloaded. Overridden. Used to determine the size preferred/required by the editor.  
Public MethodGetSpellCheckTargetGets the current spell check target (Inherited from Infragistics.Win.EditorWithText)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodIsInputKeyOverridden. Returns whether the key is used by the editor.  
Public MethodIsValidValueReturns 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)
Public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodOnKeyUpListens to the embeddableTextBox keyUp messages (Inherited from Infragistics.Win.EditorWithText)
Public MethodOnTouchMetricsChangedCalled when the TouchProvider's state or registration has changed (e.g. when its Visble or Enabled property has changed). (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public MethodResetButtonsLeftUsed to reset the Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase.ButtonsLeft collection (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase)
Public MethodResetButtonsRightUsed to reset the Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase.ButtonsRight collection (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase)
Public MethodResetMRUListResets the editor's MRUList by removing all entries  
Public MethodSelectAllSelects all text in the editor. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodValueToDataValueOverloaded. 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)
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodAdjustSizeForOwnerBordersAdjusts the specified Size to account for the owner-specified borders (Inherited from Infragistics.Win.EmbeddableEditorBase)
Protected MethodAdjustSizeForOwnerPaddingAdjusts (increases) the specified size for the owner padding. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodDoCloseUpOverridden. Closes the dropdown.  
Protected MethodDoDropDownOverridden. Drops down the dropdown.  
Protected MethodGetAutoConvertedDestinationValueOverridden. Automatic data conversions specific to this editor.  
Protected MethodGetCheckedListSettingsOverloaded. Returns the EmbeddableEditorOwnerBase.GetCheckedListSettings from the specified embeddable element.  
Protected MethodGetDisplayValueProvides editor-specific display value. (Inherited from Infragistics.Win.EditorWithText)
Protected MethodGetEditorValueProvides editor-specific editor value. (Inherited from Infragistics.Win.EditorWithText)
Protected MethodGetInkProviderGets the InkProvider registered for the owner's container. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Protected MethodGetTextSizeOfValueReturns the size required to render the editor's value for the specified owner and ownerContext. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Protected MethodHasAnySpinButtonsReturns true if the editor displays any spin buttons. (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase)
Protected MethodHookOwnersKeyEventsStart listening to the owner's key events (Inherited from Infragistics.Win.EmbeddableEditorBase)
Protected MethodInitializeCheckedItemListCalled to initialize the ICheckedItemList implementor when entering or exiting edit mode.  
Protected MethodInitializeFromOverridden. Used to initialize the state of the object based on another editor instance.  
Protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodIsDestinationValueValidOverridden. Checks validity of converted values.  
Protected MethodIsValueProvidedByCheckedItemsReturns whether the editor's value is determined by the ICheckedItemList implementation.  
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnAfterCloseUpOverridden. Called after the dropdown has been closed up.  
Protected MethodOnAfterDropDownOverridden. Called after the dropdown has been dropped down.  
Protected MethodOnAfterEditorButtonCheckStateChangedUsed to invoke the Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase.AfterEditorButtonCheckStateChanged event (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase)
Protected MethodOnAfterEditorButtonCloseUpUsed to invoke the Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase.AfterEditorButtonCloseUp event (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase)
Protected MethodOnAfterEnterEditModeOverridden. Called after edit mode has been entered.  
Protected MethodOnAfterExitEditModeOverridden. Called after edit mode has been exited  
Protected MethodOnBeforeDropDownOverridden. Called before the dropdown has been dropped down.  
Protected MethodOnBeforeEditorButtonCheckStateChangedUsed to invoke the Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase.BeforeEditorButtonCheckStateChanged event (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase)
Protected MethodOnBeforeEditorButtonDropDownUsed to invoke the Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase.BeforeEditorButtonDropDown event (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase)
Protected MethodOnBeforeEnterEditModeCalled before edit mode has been entered. (Inherited from Infragistics.Win.EditorWithText)
Protected MethodOnBeforeExitEditModeOverridden. Called before edit mode has been exited  
Protected MethodOnDisposeOverridden. Called when the EditorWithText class is disposed  
Protected MethodOnEditorButtonClickUsed to invoke the Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase.EditorButtonClick event (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase)
Protected MethodOnEditorSpinButtonClickUsed to invoke the Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase.EditorSpinButtonClick event (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase)
Protected MethodOnInitializeEditorButtonCheckStateUsed to invoke the Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase.InitializeEditorButtonCheckState event (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase)
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnOwnerKeyDownOverridden. Occurs when the owner gets a key down while in edit mode.  
Protected MethodOnOwnerKeyPressOverridden. Occurs when the owner gets a key press while in edit mode.  
Protected MethodOnOwnerKeyUpOverridden. Occurs when the owner gets a key up while in edit mode.  
Protected MethodOnSubObjectPropChangedInvoked when a property on a subobject has changed. (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase)
Protected MethodOnTextBoxMouseWheelInvoked when the MouseWheel event of the associated embedded textbox is invoked.  
Protected MethodProcessOnMouseWheelAllows the editor to handle the owner's mouse wheel event  
Protected MethodProcessTextBoxTextChangedOverloaded. Invoked when the text of the associated EditorWithText.TextBox has been changed and the datafilter has not been used to handle the change.  
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSetAutoConvertedEditorValueInternalInvoked 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)
Protected MethodSetTextBoxTextUsed to initialize the text of the associated textbox. (Inherited from Infragistics.Win.EditorWithText)
Protected MethodShouldSerializeButtonsLeftIndicates if the Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase.ButtonsLeft property should be serialized (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase)
Protected MethodShouldSerializeButtonsRightIndicates if the Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase.ButtonsRight property should be serialized (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase)
Protected MethodUnhookOwnersKeyEventsUnhook from the owner's key events (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public Events
 NameDescription
Public EventAfterCloseUpOccurs after closing up the dropdown. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public EventAfterDropDownOccurs after dropping down the dropdown. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public EventAfterEditorButtonCheckStateChangedInvoked after the Infragistics.Win.UltraWinEditors.StateEditorButton.CheckState has changed. (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase)
Public EventAfterEditorButtonCloseUpInvoked when a dropdown editor button has closed. (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase)
Public EventAfterEnterEditModeOccurs after entering edit mode. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public EventAfterExitEditModeOccurs after exiting edit mode. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public EventBeforeDropDownOccurs before dropping down the dropdown. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public EventBeforeEditorButtonCheckStateChangedInvoked before the Infragistics.Win.UltraWinEditors.StateEditorButton.CheckState has changed. (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase)
Public EventBeforeEditorButtonDropDownInvoked before a dropdown editor button has been displayed. (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase)
Public EventBeforeEnterEditModeOccurs before entering edit mode. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public EventBeforeExitEditModeOccurs before exiting edit mode. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public EventEditorButtonAddedInvoked when an editor button is added to the collection (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase)
Public EventEditorButtonClickInvoked when an editor button is clicked (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase)
Public EventEditorSpinButtonClickInvoked when an spin editor button is clicked (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase)
Public EventInitializeEditorButtonCheckStateInvoked when the checkstate of an editor button should be initialized. (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase)
Public EventKeyDownOccurs on a key down while the editor is in edit mode and the editor has focus. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public EventKeyPressOccurs on a key press while the editor is in edit mode and the editor has focus. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public EventKeyUpOccurs on a key up while the editor is in edit mode and the editor has focus. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public EventSelectionChangeCommittedFired when a selection change is committed.  
Public EventSelectionChangedOccurs when a new value is selected from the dropdown. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Public EventValueChangedOccurs when the value is changed in edit mode. (Inherited from Infragistics.Win.EmbeddableEditorBase)
See Also