IPeekResultDisplayInfo.TitleTooltip Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.