ISmartCodeVNCViewer::FullScreen Property
Sets or retrieves a value indicating whether the control is in
full-screen mode.
Syntax
HRESULT ISmartCodeVNCViewer::get_FullScreen(VARIANT_BOOL* pbFull); HRESULT ISmartCodeVNCViewer::put_FullScreen(VARIANT_BOOL bFull);
Parameters
- pbFull
- Pointer to a variable of type VARIANT_BOOL that receives full screen attribute.
- bFull
- VARIANT_BOOL that enables or disables a full screen mode.
Return Value
Returns S_OK if successful, or an error value otherwise.