Back to Devexpress

Document.Tooltip Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-tabbed-dot-document-5449eaf7.md

latest3.4 KB
Original Source

Document.Tooltip Property

Gets or sets a regular tooltip’s content.

Namespace : DevExpress.XtraBars.Docking2010.Views.Tabbed

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
public virtual string Tooltip { get; set; }
vb
<DefaultValue(Nothing)>
Public Overridable Property Tooltip As String

Property Value

TypeDefaultDescription
Stringnull

A string which specifies the text content of a regular tooltip.

|

Remarks

Document objects support regular tooltips and SuperToolTips. Use the Tooltip property to specify a regular tooltip’s text content. The tooltip’s title and icon can be specified via the Document.TooltipTitle and Document.TooltipIconType properties. The following image shows a sample regular tooltip:

The Document.SuperTip property allows you to assign a SuperToolTip to a Document.

To temporarily disable tooltips, set the DocumentManager.ShowToolTips property to false.

The DocumentManager.ToolTipController property determines the ToolTipController which manages tooltips for Documents. The type of tooltips displayed by Documents is determined by the ToolTipController.ToolTipType property. See Hints and Tooltips, for more information.

See Also

TooltipTitle

TooltipIconType

SuperTip

ShowToolTips

ToolTipController

Document Class

Document Members

DevExpress.XtraBars.Docking2010.Views.Tabbed Namespace