Back to Devexpress

SuperToolTip.IsNullOrEmpty(SuperToolTip) Method

windowsforms-devexpress-dot-utils-dot-supertooltip-dot-isnullorempty-x28-devexpress-dot-utils-dot-supertooltip-x29.md

latest1.4 KB
Original Source

SuperToolTip.IsNullOrEmpty(SuperToolTip) Method

Determines whether the specified tooltip exists and has content.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public static bool IsNullOrEmpty(
    SuperToolTip toolTip
)
vb
Public Shared Function IsNullOrEmpty(
    toolTip As SuperToolTip
) As Boolean

Parameters

NameTypeDescription
toolTipSuperToolTip

A super tooltip to check.

|

Returns

TypeDescription
Boolean

true if the target super tooltip does not exist or has no content; otherwise, false.

|

See Also

SuperToolTip Class

SuperToolTip Members

DevExpress.Utils Namespace