RichTextBox for WinRT
Html Property (C1TextRange)


Gets or sets the Html in the range.
Syntax
'Declaration
 
Public Property Html As System.String
'Usage
 
Dim instance As C1TextRange
Dim value As System.String
 
instance.Html = value
 
value = instance.Html
public System.string Html {get; set;}
Remarks
When getting the Html, the result is the same as deleting the rest of the document except the range, and returning the Html of that document. When setting the Html, the contents of the value set are merged with the current document.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1TextRange Class
C1TextRange Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback