DesktopAcrylicController.RemoveSystemBackdropTarget 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.
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.