PeekResultDisplayInfo.TitleTooltip Property

Definition

Defines the localized title tooltip used for displaying this result to the user.

public:
 property System::Object ^ TitleTooltip { System::Object ^ get(); };
public:
 property Platform::Object ^ TitleTooltip { Platform::Object ^ get(); };
public object TitleTooltip { get; }
member this.TitleTooltip : obj
Public ReadOnly Property TitleTooltip As Object

Property Value

The localized title tooltip used for displaying this result to the user.

Remarks

Supported content types are strings and UIElement instances.

Applies to