Method LastTool
LastTool<T>()
Gets last tool casted to the specified type.
public virtual T? LastTool<T>() where T : AbstractControl
Returns
- T
Type Parameters
TType of the required result.
Gets last tool casted to the specified type.
public virtual T? LastTool<T>() where T : AbstractControl
TType of the required result.