IActiveDesktop Interface

Allows a client program to manage the desktop items and wallpaper on a local computer.

Definition

Namespace: DevCase.Win32.Interfaces
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[ComImportAttribute]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("F490EB00-1240-11D1-9888-006097DEACF9")]
public interface IActiveDesktop

Remarks

Methods

ApplyChanges Applies changes to the Active Desktop and saves them in the registry.
GetDesktopItemCount Gets a count of the desktop items.
GetPattern Gets the current pattern.
GetWallpaper Gets the current wallpaper.
SetPattern Sets the Active Desktop pattern.
SetWallpaper Sets the wallpaper for the Active Desktop.

See Also