The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
OnFocusReleased event
This event is raised when the user wants to release the focus out of the viewer ActiveX control.
Syntax
void OnFocusReleased( [in] int iDirection );
Parameters
- iDirection [in]
-
The direction that the user intends to move the focus out of the control. A value of -1 indicates left. A value of 1 indicates right.
Return value
This event does not return a value.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
|
Type library |
|
|
DLL |
|
See also
Show: