Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Signature
vb.net
vb.net
Public ReadOnly Property Area() As Area
Remarks

If the user clicks anywhere within this Area, they will be taken to the hyperlink's destination.

If the hyperlink has been deleted, this property returns null.

Example
Code Block
csharp
csharp
titleC#
Area linkArea = link.Area;
Code Block
vb.net
vb.net
titlevb.net
Dim linkArea As Area = link.Area