The following tables list the members exposed by EditorWithCombo.
Name | Description | |
---|---|---|
EditorWithCombo Constructor | Overloaded. |
Name | Description | |
---|---|---|
tagValue | (Inherited from Infragistics.Shared.SubObjectBase) |
Name | Description | |
---|---|---|
AcceptsReturn | Gets 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) | |
AcceptsTab | Gets 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) | |
AutoCompleteIgnoreDiacritics | Gets/sets whether diacritics are honored or ignored during an AutoComplete search operation. | |
ButtonAlignment | Gets/sets the alignment for the dropdown button | |
ButtonDisplayStyle | Gets/sets the display style for the dropdown button | |
ButtonsLeft | Returns of a collection of Infragistics.Win.UltraWinEditors.EditorButtonBase instances displayed on the left side of the editor. (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase) | |
ButtonsRight | Returns of a collection of Infragistics.Win.UltraWinEditors.EditorButtonBase instances displayed on the right side of the editor. (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase) | |
CanFocus | Overridden. Returns whether the editor can receive input focus while in edit mode | |
CurrentEditText | Overridden. 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. | |
DataFilter | If different than null, specifies custom data filter used by the editor. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
DefaultOwner | Returns the default embeddable editor owner, which may provide default owner-specific values for an editor (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
Disposed | (Inherited from Infragistics.Shared.DisposableObject) | |
DrawMode | Gets/sets DrawMode used by the dropdown list | |
DropDownStyle | Returns whether the edit portion of the control is editable | |
EditorSharedObjectName | Specifies name of the shared object that was defined for this editor. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
ElementBeingEdited | Returns the embeddable element that is currently in edit mode. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
ExpectedType | Default 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) | |
Focused | Overridden. Returns whether the editor currently has input focus | |
HasButtonsLeft | Indicates if there are any buttons in the collection. (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase) | |
HasButtonsRight | Indicates if there are any buttons in the collection. (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase) | |
HasMRUList | Gets/sets whether the editor has an MRU (most recently used) list associated with it | |
InternalMRUList | Returns the MRU (most recently used) list associated with the editor | |
IsDroppedDown | Returns true if in edit mode and dropped down (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
IsInEditMode | Returns true if the editor is in edit mode (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
IsInIMEComposition | Returns true if the editor's TextBox is currently proccessing an IME Composition operation. (Inherited from Infragistics.Win.EditorWithText) | |
IsValid | Returns true if the edited value is valid (read-only). (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
KeyboardSearchInterval | Gets or sets the number of milliseconds allowed to elapse before the keyboard search is reset. | |
MaxMRUItems | Gets/sets the maximum number of items that will be displayed in the editor's MRU list | |
MRUList | Returns the MRU (most recently used) list associated with the editor | |
ScrollBarLook | Returns the Infragistics.Win.UltraWinScrollBar.ScrollBarLook instance which determines the appearance of the scrollbar displayed by the dropdown. | |
ScrollBars | Gets/sets whether vertical scrollbars are displayed for the editor (Inherited from Infragistics.Win.EditorWithText) | |
SelectedIndex | Gets/sets the index of the currently selected item. Available only at runtime. | |
SelectedText | Gets or sets the currently selected text in the editor. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
SelectionLength | Gets or sets the number of characters selected in the editor. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
SelectionStart | Gets or sets the starting point of text selected in the editor. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
SetFocusToEditControlOnCloseUp | Gets/sets whether the edit control should receive the input focus when the list portion is closed | |
SupportsAutoSizeEdit | Overridden. Indicates whether the editor supports AutoSizeEdit | |
SupportsDropDown | Overridden. Returns true to indicate that the editor supports a dropdown | |
SupportsSelectableText | Overridden. Returns whether the editor supports selecting text. | |
SupportsSpellChecking | Returns true (Inherited from Infragistics.Win.EditorWithText) | |
SupportsValueList | Overridden. Specifies whether the editor supports value list (read-only). | |
Tag | (Inherited from Infragistics.Shared.SubObjectBase) | |
TextBox | Returns the EmbeddableTextBox used by this class (Inherited from Infragistics.Win.EditorWithText) | |
TextLength | Gets the length of the text in the editor. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
Value | Gets/sets the value being edited. (Inherited from Infragistics.Win.EditorWithText) | |
ValueList | Returns the IValueList to be used by this instance of the editor |
Name | Description | |
---|---|---|
AllowKeyboardInputForMultiSelect | Returns whether keyboard input is permitted when the editor is in multi-select mode. The default implementation returns false. | |
AppliesFormatStringWhenInEditMode | Returns 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) | |
EditorValue | Gets/Sets the editor value. (Inherited from Infragistics.Win.EditorWithText) | |
HasOwnDefaultContextMenu | Property 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) | |
RaiseValueChangedWhenCheckStateChanged | Returns whether the editor raises the ValueChanged event in response to the ICheckedItemList implementor's CheckStateChanged event. | |
ResetValueListOnExitEditMode | Determines whether the valuelist's selected item index should be reset to -1 when exiting edit mode. | |
SelectedTextInternal | Gets/sets a string that represents the currently selected text in the text box. (Inherited from Infragistics.Win.EditorWithText) | |
SelectionLengthInternal | Gets/sets The starting position of text selected in the text box. (Inherited from Infragistics.Win.EditorWithText) | |
SelectionStartInternal | Gets/sets the number of characters selected in the text box. (Inherited from Infragistics.Win.EditorWithText) | |
SubObjectPropChangeHandler | (Inherited from Infragistics.Shared.SubObjectBase) | |
TextLengthInternal | Gets the length of the text in the editor. (Inherited from Infragistics.Win.EditorWithText) | |
WantsOwnerKeyEvents | Overridden. Returns true when the DropDownStyle property is set to DropDownList so that the editor receives keystrokes such as F4 and the arrow keys |
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) |
Name | Description | |
---|---|---|
AfterCloseUp | Occurs after closing up the dropdown. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
AfterDropDown | Occurs after dropping down the dropdown. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
AfterEditorButtonCheckStateChanged | Invoked after the Infragistics.Win.UltraWinEditors.StateEditorButton.CheckState has changed. (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase) | |
AfterEditorButtonCloseUp | Invoked when a dropdown editor button has closed. (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase) | |
AfterEnterEditMode | Occurs after entering edit mode. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
AfterExitEditMode | Occurs after exiting edit mode. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
BeforeDropDown | Occurs before dropping down the dropdown. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
BeforeEditorButtonCheckStateChanged | Invoked before the Infragistics.Win.UltraWinEditors.StateEditorButton.CheckState has changed. (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase) | |
BeforeEditorButtonDropDown | Invoked before a dropdown editor button has been displayed. (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase) | |
BeforeEnterEditMode | Occurs before entering edit mode. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
BeforeExitEditMode | Occurs before exiting edit mode. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
EditorButtonAdded | Invoked when an editor button is added to the collection (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase) | |
EditorButtonClick | Invoked when an editor button is clicked (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase) | |
EditorSpinButtonClick | Invoked when an spin editor button is clicked (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase) | |
InitializeEditorButtonCheckState | Invoked when the checkstate of an editor button should be initialized. (Inherited from Infragistics.Win.UltraWinEditors.EmbeddableEditorButtonBase) | |
KeyDown | Occurs on a key down while the editor is in edit mode and the editor has focus. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
KeyPress | Occurs on a key press while the editor is in edit mode and the editor has focus. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
KeyUp | Occurs on a key up while the editor is in edit mode and the editor has focus. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
SelectionChangeCommitted | Fired when a selection change is committed. | |
SelectionChanged | Occurs when a new value is selected from the dropdown. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
SubObjectDisposed | (Inherited from Infragistics.Shared.SubObjectBase) | |
SubObjectPropChanged | (Inherited from Infragistics.Shared.SubObjectBase) | |
ValueChanged | Occurs when the value is changed in edit mode. (Inherited from Infragistics.Win.EmbeddableEditorBase) |