Property CanFocus
CanFocus
Gets or sets a value indicating whether the control can receive focus.
[Browsable(false)]
public virtual 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.