The following tables list the members exposed by FormattedLinkEditor.
Name | Description | |
---|---|---|
FormattedLinkEditor Constructor | Overloaded. |
Name | Description | |
---|---|---|
tagValue | (Inherited from Infragistics.Shared.SubObjectBase) |
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) |
Name | Description | |
---|---|---|
ApplyValueAppearance | Applies any appearance associated with the dataVal data value. Base implementation does nothing. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
AreTouchMetricsEnabled | Returns whether Touch mode is currently enabled on this control. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
CanEditType | Overridden. Determines if the type can be edited. | |
CanRenderType | Overridden. Determines if the type can be rendered. | |
Clone | 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. Overridden. Converts data value to text making use of any format provider and format strings that owner may provide. If unsuccessful, returns null. | |
DecodeImage | Decodes the specified image data that was encoded using EncodeImage into an image. | |
Dispose | (Inherited from Infragistics.Shared.DisposableObject) | |
DropDown | Called to drop down the dropdown. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
EncodeImage | Encodes the specified image into a string that can be embedded inside the formatted text. The returned value can be assigned to the 'data' attribute of the 'img' tag to embedd the image directly inside the formatted text value. | |
EnterEditMode | Called to place the editor in edit mode. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
ExitEditMode | Called to have the editor exit edit mode. (Inherited from Infragistics.Win.EmbeddableEditorBase) | |
Focus | Overridden. Overridden. Always returns false since this editor never takes focus. | |
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 Infragistics.Win.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 | Overridden. Overridden. Returns the spell checker target. | |
GetText | Returns the text. | |
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) | |
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) | |
PerformAction | Simulates user interaction with the control. | |
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) | |
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 | |
---|---|---|
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) | |
EditStateChanged | Fired when state of the editor changes. for example when the SelectionStart or SelectionLength changes or undo/redo history changes etc... | |
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) | |
LinkClicked | Occurs when the user clicks a link. | |
ParseError | Fired when an error occurs parsing the value. This occurs when the formatted link editor encounters an invalid value. | |
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) |