Diagnostic.ToolTip Property

Definition

Gets the tool tip displayed when the user hovers over the error in the error list.

public:
 property System::String ^ ToolTip { System::String ^ get(); };
[System.Runtime.Serialization.DataMember(Order=13)]
public string? ToolTip { get; }
[<System.Runtime.Serialization.DataMember(Order=13)>]
member this.ToolTip : string
Public ReadOnly Property ToolTip As String

Property Value

Attributes

Remarks

If null, the Message will be used as the tool tip.

If no tool tip should be displayed, use the SuppressEditorToolTip to prevent the tool tip from being generated.

Applies to