Literal.Focus Method

Definition

Set input focus to a control; the Focus() base control method is not supported on a Literal control.

C#
public override void Focus();

Exceptions

The Focus() was called on a Literal.

Remarks

The Literal control overrides the Focus method of the base class. The Focus method of a Literal control always throws an exception to indicate that the Focus method is not supported on a Literal control.

Applies to

Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also