DesktopAcrylicController.RemoveSystemBackdropTarget Method

Definition

Removes the specified system background target.

public:
 virtual bool RemoveSystemBackdropTarget(ICompositionSupportsSystemBackdrop ^ systemBackdropTarget) = RemoveSystemBackdropTarget;
bool RemoveSystemBackdropTarget(ICompositionSupportsSystemBackdrop const& systemBackdropTarget);
public bool RemoveSystemBackdropTarget(ICompositionSupportsSystemBackdrop systemBackdropTarget);
function removeSystemBackdropTarget(systemBackdropTarget)
Public Function RemoveSystemBackdropTarget (systemBackdropTarget As ICompositionSupportsSystemBackdrop) As Boolean

Parameters

systemBackdropTarget
ICompositionSupportsSystemBackdrop

The system background target to remove.

Returns

Boolean

bool

true if the specified system background target is removed; otherwise, false.

Implements

Remarks

This method returns false if the specified target was not previously added.

Applies to