TouchListFocusMe Method

Calls the Focus() method. Needed to be able to override, when we inherit non focusable TouchList in RoundComboBox.

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
protected virtual bool FocusMe()

Return Value

Boolean
true if the input focus request was successful; otherwise, false.

See Also