Link.LinkToolTip Property

Applies To: Windows 8.1

The tool tip of the Link.

Namespace: Microsoft.Assessments.Runtime
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)

Usage

'Usage
Dim instance As Link
Dim value As String

value = instance.LinkToolTip

instance.LinkToolTip = value

Syntax

'Declaration
Public Property LinkToolTip As String
public string LinkToolTip { get; set; }
public:
property String^ LinkToolTip {
    String^ get ();
    void set (String^ linkToolTip);
}
/** @property */
public String get_LinkToolTip ()

/** @property */
public void set_LinkToolTip (String linkToolTip)
public function get LinkToolTip () : String

public function set LinkToolTip (linkToolTip : String)

Property Value

Returns String.

Remarks

The link tool tip is the value of element Link/LinkToolTip.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows 8.1

See Also

Reference

Link Class
Link Members
Microsoft.Assessments.Runtime Namespace