Back to Devexpress

Document.TooltipTitle Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-widget-dot-document-d58ab8c3.md

latest2.4 KB
Original Source

Document.TooltipTitle Property

Gets or sets the title string displayed by this Document‘s hint.

Namespace : DevExpress.XtraBars.Docking2010.Views.Widget

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Stringnull

A String value that is the caption of this Document‘s tool-tip.

|

Remarks

In addition to a regular text hint specified by the Document.ToolTip property, you can also display a tool-tip caption (the TooltipTitle property) and one of nine predefined icons (the Document.TooltipIconType property). To display more complex tips, use the Document.SuperTip property instead.

See the Hints and Tooltips for more info.

See Also

TooltipIconType

ToolTip

SuperTip

Hints and Tooltips

Document Class

Document Members

DevExpress.XtraBars.Docking2010.Views.Widget Namespace