Property CanFocus
CanFocus
Gets whether this control can have focus right now.
bool CanFocus { get; }
Property Value
Remarks
If this property returns true, it means that calling SetFocus() will put focus either to this control or one of its children.