ActivationViewSwitcher.IsViewPresentedOnActivationVirtualDesktop Method

Definition

Returns a value that indicates whether the specified view is present on the virtual desktop that the activation was initiated on.

public:
 virtual bool IsViewPresentedOnActivationVirtualDesktop(int viewId) = IsViewPresentedOnActivationVirtualDesktop;
bool IsViewPresentedOnActivationVirtualDesktop(int const& viewId);
public bool IsViewPresentedOnActivationVirtualDesktop(int viewId);
function isViewPresentedOnActivationVirtualDesktop(viewId)
Public Function IsViewPresentedOnActivationVirtualDesktop (viewId As Integer) As Boolean

Parameters

viewId
Int32

int

The identifier for that view that is being activated.

Returns

Boolean

bool

true if the view is present on the virtual desktop that the activation was initiated on; otherwise, false.

Applies to