Table of Contents

Method SetFocusFlags

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

SetFocusFlags(bool, bool, bool)

Sets focus related flags.

void SetFocusFlags(bool canSelect, bool tabStop, bool acceptsFocusRecursively)

Parameters

canSelect bool

Whether or not this control can be selected by mouse.

tabStop bool

Whether or not this control can be selected by keyboard.

acceptsFocusRecursively bool

Whether or not this control accepts focus recursively.