Table of Contents

Method LastTool

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

LastTool<T>()

Gets last tool casted to the specified type.

public virtual T? LastTool<T>() where T : AbstractControl

Returns

T

Type Parameters

T

Type of the required result.