ProxyWebPartManager::Focus Method ()
.NET Framework (current version)
Overrides the base method to prevent the method from being called.
Assembly: System.Web (in System.Web.dll)
| Exception | Condition |
|---|---|
| NotSupportedException | A caller tries to call this method. |
The Focus method overrides the base method and throws an exception if any caller attempts to call the method. This is because the inherited Control::Focus method is designed for controls with a user interface (UI), but the ProxyWebPartManager control has no UI and therefore has no need to set the focus.
.NET Framework
Available since 2.0
Available since 2.0
Show: