For a list of all members of this type, see FormattedLinkEditor members.
Name | Description | |
---|---|---|
BaseURL | Specifies the base url for relative links and image sources. This can be a file path or an internet url. | |
BaseURLDefault | Specifies the base url for relative links and image sources. This can be a file path or an internet url. | |
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. Overridden. Returns false since this editor never takes focus. | |
ContextMenuItems | Specifies the menu items that should be displayed in the context menu when 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. | |
CurrentState | Returns bit flags that signify the current editing state of the control. | |
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) | |
EditInfo | Returns an object that exposes edit related properties and methods. Instances of this class are valid only when the associated formatted text editor element is in edit mode. | |
EditorSharedObjectName | Specifies name of the shared object that was defined for this editor. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
EnableInPlaceIMEEditing | Gets or sets the value which indicates whether formatted text editors will allow in place IME editing. | |
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. Overridden. Returns false since this editor never takes 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) | |
HideSelection | Specifies whether to hide the selection when the control doesn't have focus. The default value of this property true. | |
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) | |
IsValid | Overridden. Returns true if the edited value is valid (read-only). | |
KeyActionMappings | Gives you the ability to reconfigure the way the control responds to user keystrokes. | |
ScrollBarDisplayStyle | Specifies if and when to display the scrollbars. Default value is Never. | |
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) | |
ShowTitleToolTips | Specifies whether to show tool-tips specified in title attributes of the elements in formatted text values. | |
SupportsAutoSizeEdit | Specifies whether the editor supports AutoSizeEdit (read-only). (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
SupportsDropDown | Returns true if this editor supports a dropdown. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
SupportsSelectableText | Overridden. Overridden. Returns true since this editor supports selecting contents. | |
SupportsSpellChecking | Overridden. Overridden. Returns true since this editor supports spell checking. | |
SupportsValueList | Specifies whether the editor supports value list (read-only). (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
Tag | (Inherited from Infragistics.Shared.SubObjectBase) | |
TextLength | Gets the length of the text in the editor. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
TextSectionBreakMode | Specifies how words are broken up into text sections. | |
TextSmoothingMode | Specifies whether to draw text antialiased. This property has effect only when drawing text using GDI+, which is the default text drawing mode. | |
TreatValueAs | Specifies whether the values rendered by this editor will be raw text, URL's or formatted text. Default is Auto, which specifies that the values should be auto-detected. | |
UnderlineLinks | Specifies when to underline the links. | |
Value | Overridden. The current value being edited. | |
VisitedLinks | Returns a static instance of VisitedLinksCollection that the link editor uses as the default visited links manager. This property is read-only. | |
VisitedLinksManager | Specifies the visited links manager for managing visited links. Default value returned by this property is a static instance shared among all the link editors. |
Name | Description | |
---|---|---|
HasOwnDefaultContextMenu | Overridden. Indicates that this editor has its own default ContextMenu, so a ContextMenu from an ancestor control is ignored | |
SelectedTextInternal | Overridden. Overridden. Gets or sets the currently selected text in the editor. | |
SelectionLengthInternal | Overridden. Overridden. Gets or sets the number of characters selected in the editor. | |
SelectionStartInternal | Overridden. Overridden. Gets or sets the starting point of text selected in the editor. | |
SubObjectPropChangeHandler | (Inherited from Infragistics.Shared.SubObjectBase) | |
TextLengthInternal | Overridden. 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) |