Implementation of the ICustomRenderSettings UseCustomTooltips member

Namespace:  EGIS.Web.Controls
Assembly:  EGIS.Web.Controls (in EGIS.Web.Controls.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property UseCustomTooltips As Boolean
C#
public bool UseCustomTooltips { get; }
Visual C++
public:
virtual property bool UseCustomTooltips {
	bool get () sealed;
}

Implements

ICustomRenderSettings..::.UseCustomTooltips

See Also