Method LastTool
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.
Gets last tool casted to the specified type.
public virtual T? LastTool<T>() where T : AbstractControl
T
Type of the required result.