ISmartCodeVNCViewer::EmulateThreeButton Property
Sets or retrieves the value indicating whether 3 mouse button
emulation is enabled.
Syntax
HRESULT ISmartCodeVNCViewer::get_EmulateThreeButton(VARIANT_BOOL* pbEmulate); HRESULT ISmartCodeVNCViewer::put_EmulateThreeButton(VARIANT_BOOL bEmulate);
Parameters
- pbEmulate
- Pointer to a variable of type VARIANT_BOOL that receives 3 mouse button emulation status.
- bEmulate
- VARIANT_BOOL that enables or disables 3 mouse button emulation.
Return Value
Returns S_OK if successful, or an error value otherwise.