Xml::Focus Method ()
.NET Framework (current version)
Overrides the Control::Focus method. This method is not supported by the Xml class.
Assembly: System.Web (in System.Web.dll)
| Exception | Condition |
|---|---|
| NotSupportedException | An attempt is made to invoke this method. |
The Focus method is inherited from the Control class, but it is not applicable to the Xml class. Any attempt to invoke the method throws a NotSupportedException exception.
.NET Framework
Available since 2.0
Available since 2.0
Show: