IDesktopUserActionsConsumer.SetDesktopUserActionsAccess Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets a pointer to itself into the hosted control that implemented the IDesktopUserActionsConsumer interface.
public:
void SetDesktopUserActionsAccess(Microsoft::Uii::Desktop::Core::IDesktopUserActions ^ desktopAccess);
public void SetDesktopUserActionsAccess (Microsoft.Uii.Desktop.Core.IDesktopUserActions desktopAccess);
abstract member SetDesktopUserActionsAccess : Microsoft.Uii.Desktop.Core.IDesktopUserActions -> unit
Public Sub SetDesktopUserActionsAccess (desktopAccess As IDesktopUserActions)
Parameters
- desktopAccess
- IDesktopUserActions
Specifies the desktop user actions.