IErrorTag.ToolTipContent Property

Definition

Gets the content to use when displaying a tooltip for this error. This property may be null.

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

Property Value

The content to use when displaying a tooltip for this error.

Remarks

This property may be null.

Applies to