Back to Devexpress

ToolTipControllerCustomDrawEventArgs.ShowInfo Property

windowsforms-devexpress-dot-utils-dot-tooltipcontrollercustomdraweventargs.md

latest1.4 KB
Original Source

ToolTipControllerCustomDrawEventArgs.ShowInfo Property

Gets an object which provides the information required to paint a tooltip.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public ToolTipControllerShowEventArgs ShowInfo { get; }
vb
Public ReadOnly Property ShowInfo As ToolTipControllerShowEventArgs

Property Value

TypeDescription
ToolTipControllerShowEventArgs

A ToolTipControllerShowEventArgs object which provides the information required to paint a tooltip.

|

See Also

ToolTipControllerCustomDrawEventArgs Class

ToolTipControllerCustomDrawEventArgs Members

DevExpress.Utils Namespace