Represents list with possible hyperlink targets
Namespace:
SautinSoftAssembly: SautinSoft.RtfToHtml (in SautinSoft.RtfToHtml.dll) Version: 3.0.2.0
Syntax
| C# | Visual Basic | J# |
public enum eHyperlinkTarget
Public Enumeration eHyperlinkTarget
public enum eHyperlinkTarget
Members
| Member | Description |
|---|---|
| Note | |
| Blank |
set target = "_blank"
|
| Parent |
target = "_parent"
|
| Self |
target = "_self"
|
| Top |
target = "_top"
|