IWMPPlayer::put_enableContextMenu (Windows Embedded CE 6.0)
1/6/2010
The put_enableContextMenu method specifies a value indicating whether to enable the context menu, which appears when the right mouse button is clicked.
Syntax
HRESULT put_enableContextMenu( VARIANT_BOOL bEnableContextMenu );
Parameters
- bEnableContextMenu
VARIANT_BOOL that indicates whether to the enable context menu. The default is TRUE.
Return Values
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Return code | Description |
---|---|
S_OK |
The method succeeded. |