| IFocusHandler Methods | 
The IFocusHandler type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | OnGotFocus | 
            Called when the browser component has received focus.
             | 
|  | OnSetFocus | 
            Called when the browser component is requesting focus.
             | 
|  | OnTakeFocus | 
            Called when the browser component is about to lose focus.
            For instance, if focus was on the last HTML element and the user pressed the TAB key.
             | 
 See Also
See Also