Table of Contents

Method EnableForDesign

Namespace
Terminal.Gui.App
Assembly
Terminal.Gui.dll

EnableForDesign<TContext>(ref TContext)

Enables the tooltip for use in design-time scenarios.

public virtual bool EnableForDesign<TContext>(ref TContext targetView) where TContext : notnull

Parameters

targetView TContext

Returns

bool

Type Parameters

TContext