HyperlinkTarget Property
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| Editor..::..HyperlinkTarget Property |
| Editor Class See Also Send Feedback |
Specifies where the linked document will be opened when the user follows a link.
Namespace:Â CuteEditorAssembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public HyperlinkTarget HyperlinkTarget { get; set; } |
| Visual Basic |
|---|
Public Property HyperlinkTarget As HyperlinkTarget Get Set |
| Visual C++ |
|---|
public: property HyperlinkTarget HyperlinkTarget { HyperlinkTarget get (); void set (HyperlinkTarget value); } |