Mobile SDK for Windows Apps2.0
Transforming Windows apps into Mobile apps
|
#include <Control.h>
Inherited by CitrixMobile.
Public Member Functions | |
STDMETHODIMP | EnableControls ([out, retval]CMPRESULT *result) |
Enable the Receiver Controls for use. | |
STDMETHODIMP | DisableControls ([out, retval]CMPRESULT *result) |
Disable the Receiver Controls from being used. | |
STDMETHODIMP | GetControlsFlags ([out]PINT16 controlFlags,[out, retval]CMPRESULT *result) |
Get the current receiver controls flags. |
STDMETHODIMP IControl::DisableControls | ( | [out, retval] CMPRESULT * | result | ) |
Disable the Receiver Controls from being used.
result | - result of the operation |
Reimplemented in CitrixMobile.
STDMETHODIMP IControl::EnableControls | ( | [out, retval] CMPRESULT * | result | ) |
Enable the Receiver Controls for use.
result | - result of the operation |
Reimplemented in CitrixMobile.
STDMETHODIMP IControl::GetControlsFlags | ( | [out] PINT16 | controlFlags, |
[out, retval] CMPRESULT * | result | ||
) |
Get the current receiver controls flags.
controlFlags | - returned flags for controls |
result | - result of the operation |
Reimplemented in CitrixMobile.