IFocusable

Description

interface Tinman.Engine.GUI.IFocusable

Extended by

IScrollable

Base interface for GUI components that may receive input focus.

Public / Methods

Focus


public method Focus → ()

Transfers the input focus to this component.

Focus​Clear


public method FocusClear → ()

Clears the input focus from this component.

If this component does not have the input focus, the method returns silently.