TopicTool Tip Property
This returns a description of the topic that can be used as a tool tip
Definition
Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string ToolTip { get; }VB
Public ReadOnly Property ToolTip As String
GetC++
public:
property String^ ToolTip {
String^ get ();
}F#
member ToolTip : string with get