• HOME
  • PRODUCTS
  • DEMOS
  • BUY
  • BLOG
  • FORUM
  • DOCUMENTATION
  • ABOUT
  • FREE EVALUATION
Search Results for

    Show / Hide Table of Contents

    IEditHyperText Interface

    Definition

    Namespace: Alternet.Editor
    Assembly: Alternet.Editor.v9.dll

    Represents extended properties and methods to operate hypertext section within the text. IHyperText

    Syntax
    public interface IEditHyperText : IHyperText

    Properties

    HighlightHyperText

    When implemented by a class, gets or sets a value indicating whether hypertext urls in the text should be highlighted.

    ShowHints

    When implementing by a class, gets or sets value indicating whether default hint for hypertext section needs displaying when user moves mouse over the hypertext.

    UrlColor

    When implemented by a class, gets or sets a value that represents color of highlighted urls.

    UrlStyle

    When implemented by a class, gets or sets font style of highlighted urls.

    Methods

    Assign(IEditHyperText)

    When implemented by a class, copies the contents from another IEditHyperText object.

    IsUrlAtPoint(Int32, Int32)

    When implemented by a class, indicates whether text at specified position is hypertext.

    IsUrlAtPoint(Int32, Int32, out String)

    When implemented by a class, indicates whether text at specified position is hypertext.

    IsUrlAtTextPoint(Int32, Int32, out String)

    When implemented by a class, indicates whether text at specified position is hypertext.

    ResetShowHints()

    When implemented by a class, resets the ShowHints to the default value.

    ResetUrlColor()

    When implemented by a class, resets the UrlColor to the default value.

    ResetUrlStyle()

    When implemented by a class, resets the UrlStyle to the default value.

    UrlJump(String)

    When implemented by a class, tries to launch default browser to process specified url.

    Events

    JumpToUrl

    When implemented by a class, occurs when user attempts to jump to url.

    Inherited Members
    IHyperText.HyperText
    IHyperText.UrlTable
    IHyperText.IsHyperText(String)
    IHyperText.ResetHighlightHyperText()
    In This Article
    Back to top Copyright AlterNET Software Download PDF