SelectAndActivateButton Method
Microsoft DirectShow 9.0 |
SelectAndActivateButton Method
This component is available for use in the Microsoft Windows 2000, Windows XP, and Windows Server 2003 operating systems. It may be altered or unavailable in subsequent versions.
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