Microsoft DirectX 9.0 |
This topic applies to Windows XP Service Pack 1 only.
The ReturnFromSubmenu event is sent whenever the ReturnFromSubmenu method is enabled or disabled.
Syntax
VidWebDVD_ReturnFromSubmenu(
bEnabled As Boolean
)
Parameters
bEnabled
Boolean value indicating that the application can (True) or can't (False) use the ReturnFromSubmenu method.
Example
Private Sub oVidWebDVD_ReturnFromSubmenu(ByVal bEnabled As Boolean)
'...
End Sub
See Also