Microsoft DirectX 9.0

MSVidWebDVDEvent.SelectOrActivateButton Event

This topic applies to Windows XP Service Pack 1 only.

The SelectOrActivateButton event is sent whenever the disc deactivates the selection or activation of menu buttons.

Syntax

VidWebDVD_SelectOrActivateButton(
  bEnabled As Boolean
)

Parameters

bEnabled

Boolean value indicating that the application can (True) or can't (False) select or activate buttons.

Example

Private Sub oVidWebDVD_SelectOrActivateButton(ByVal bEnabled As Boolean)
'...
End Sub

See Also