Table of Contents

Property CanFocus

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

CanFocus

Gets whether this control can have focus right now.

bool CanFocus { get; }

Property Value

bool

Remarks

If this property returns true, it means that calling SetFocus() will put focus either to this control or one of its children.