Table of Contents

Property CanFocus

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

CanFocus

Gets or sets a value indicating whether the control can receive focus.

[Browsable(false)]
public virtual bool CanFocus { get; }

Property Value

bool

true if the control can receive focus; otherwise, false.

Remarks

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