For a list of all members of this type, see EditorWithText members.
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. | |
AcceptsTab | Gets or sets a value indicating whether pressing the TAB key in a multiline editor types a TAB character in the editor. | |
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) | |
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) | |
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. | |
IsValid | Returns true if the edited value is valid (read-only). (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
ScrollBars | Gets/sets whether vertical scrollbars are displayed for the editor | |
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) | |
SupportsAutoSizeEdit | Overridden. Indicates whether the editor supports AutoSizeEdit | |
SupportsDropDown | Returns true if this editor supports a dropdown. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
SupportsSelectableText | Overridden. Returns whether the editor supports selecting text. | |
SupportsSpellChecking | Overridden. Returns true | |
SupportsValueList | Specifies whether the editor supports value list (read-only). (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
Tag | (Inherited from Infragistics.Shared.SubObjectBase) | |
TextBox | Returns the EmbeddableTextBox used by this class | |
TextLength | Gets the length of the text in the editor. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
Value | Overridden. Gets/sets the value being edited. |
Name | Description | |
---|---|---|
AppliesFormatStringWhenInEditMode | Returns whether the editor applies the format string returned from the owner's EmbeddableEditorOwnerBase.GetFormatInfo method when it is in edit mode. | |
EditorValue | Gets/Sets the editor value. | |
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) | |
SelectedTextInternal | Overridden. Gets/sets a string that represents the currently selected text in the text box. | |
SelectionLengthInternal | Overridden. Gets/sets The starting position of text selected in the text box. | |
SelectionStartInternal | Overridden. Gets/sets the number of characters selected in the text box. | |
SubObjectPropChangeHandler | (Inherited from Infragistics.Shared.SubObjectBase) | |
TextLengthInternal | Overridden. Gets the length of the text in the editor. | |
WantsOwnerKeyEvents | Specifies whether the editor wants to receive key events from the owner while in edit mode (read-only). (Inherited from Infragistics.Win.EmbeddableEditorBase) |