MCPcopy Create free account
hub / github.com/M2Team/NanaBox / FullScreen

Method FullScreen

NanaBox/RdpClient.cpp:575–582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

573}
574
575bool NanaBox::RdpClient::FullScreen()
576{
577 VARIANT_BOOL RawValue;
578 winrt::check_hresult(
579 this->m_RdpClient->get_FullScreen(
580 &RawValue));
581 return RawValue;
582}
583
584void NanaBox::RdpClient::FullScreen(
585 bool const& Value)

Callers 1

OnCommandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected