Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.Internal.HTML Namespace / IHTMLTxtRange Interface / text Property

In This Topic
    text Property (IHTMLTxtRange)
    In This Topic

    text property of IHTMLTxtRange interface.

    Syntax
    'Declaration
     
    Property text As System.String
    System.string text {get; set;}
    Remarks

    An original IDL definition of text property was the following: BSTR text;

    See Also