SuggestionItemOptions.ToolTipText 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.
Localized tooltip text for the suggestion item. Usually describes why suggestion mode is active, and what does the suggestion item represent.
public:
property System::String ^ ToolTipText { System::String ^ get(); };
public string ToolTipText { get; }
member this.ToolTipText : string
Public ReadOnly Property ToolTipText As String