LinkText Property

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

The text of the hyperlink that was clicked.

Namespace:  Microsoft.SDK.Samples.VistaBridge.Library
Assembly:  VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public string LinkText { get; set; }
Visual Basic (Declaration)
Public Property LinkText As String
Visual C++
public:
property String^ LinkText {
	String^ get ();
	void set (String^ value);
}

See Also