PeekResultDisplayInfo.LabelTooltip Property

Definition

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

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

Property Value

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

Remarks

Supported content types are strings and UIElement instances.

Applies to