Microsoft DirectX 9.0 |
The SelectAndActivateButton method selects and activates the specified button.
Syntax
MSWebDVD.SelectAndActivateButton(iButton);
Parameters
iButton
Specifies the button as an Integer.
Return Values
No return value.
Remarks
Use this method when implementing custom mouse handling after setting DisableAutoMouseProcessing to true.
This method highlights the specified button and activate it automatically.
See Also