Version

FormattedLinkEditor Class Properties

For a list of all members of this type, see FormattedLinkEditor members.

Public Properties
 NameDescription
Public PropertyBaseURLSpecifies the base url for relative links and image sources. This can be a file path or an internet url.  
Public Propertystatic (Shared in Visual Basic)BaseURLDefaultSpecifies the base url for relative links and image sources. This can be a file path or an internet url.  
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. Overridden. Returns false since this editor never takes focus.  
Public PropertyContextMenuItemsSpecifies the menu items that should be displayed in the context menu when 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 PropertyCurrentStateReturns bit flags that signify the current editing state of the control.  
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 PropertyEditInfoReturns 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.  
Public PropertyEditorSharedObjectNameSpecifies name of the shared object that was defined for this editor. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public Propertystatic (Shared in Visual Basic)EnableInPlaceIMEEditingGets or sets the value which indicates whether formatted text editors will allow in place IME editing.  
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. Overridden. Returns false since this editor never takes 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 PropertyHideSelectionSpecifies whether to hide the selection when the control doesn't have focus. The default value of this property true.  
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 PropertyIsValidOverridden. Returns true if the edited value is valid (read-only).  
Public PropertyKeyActionMappingsGives you the ability to reconfigure the way the control responds to user keystrokes.  
Public PropertyScrollBarDisplayStyleSpecifies if and when to display the scrollbars. Default value is Never.  
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 PropertyShowTitleToolTipsSpecifies whether to show tool-tips specified in title attributes of the elements in formatted text values.  
Public PropertySupportsAutoSizeEditSpecifies whether the editor supports AutoSizeEdit (read-only). (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertySupportsDropDownReturns true if this editor supports a dropdown. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertySupportsSelectableTextOverridden. Overridden. Returns true since this editor supports selecting contents.  
Public PropertySupportsSpellCheckingOverridden. Overridden. Returns true since this editor supports spell checking.  
Public PropertySupportsValueListSpecifies whether the editor supports value list (read-only). (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyTextLengthGets the length of the text in the editor. (Inherited from Infragistics.Win.EmbeddableEditorBase)
Public PropertyTextSectionBreakModeSpecifies how words are broken up into text sections.  
Public PropertyTextSmoothingModeSpecifies whether to draw text antialiased. This property has effect only when drawing text using GDI+, which is the default text drawing mode.  
Public PropertyTreatValueAsSpecifies 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.  
Public PropertyUnderlineLinksSpecifies when to underline the links.  
Public PropertyValueOverridden. The current value being edited.  
Public Propertystatic (Shared in Visual Basic)VisitedLinksReturns a static instance of VisitedLinksCollection that the link editor uses as the default visited links manager. This property is read-only.  
Public PropertyVisitedLinksManagerSpecifies the visited links manager for managing visited links. Default value returned by this property is a static instance shared among all the link editors.  
Protected Properties
 NameDescription
Protected PropertyHasOwnDefaultContextMenuOverridden. Indicates that this editor has its own default ContextMenu, so a ContextMenu from an ancestor control is ignored  
Protected PropertySelectedTextInternalOverridden. Overridden. Gets or sets the currently selected text in the editor.  
Protected PropertySelectionLengthInternalOverridden. Overridden. Gets or sets the number of characters selected in the editor.  
Protected PropertySelectionStartInternalOverridden. Overridden. Gets or sets the starting point of text selected in the editor.  
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
Protected PropertyTextLengthInternalOverridden. Overridden. Gets the length of the text in the editor.  
Protected PropertyWantsOwnerKeyEventsSpecifies whether the editor wants to receive key events from the owner while in edit mode (read-only). (Inherited from Infragistics.Win.EmbeddableEditorBase)
See Also