IOpenControlPanel Interface

Exposes methods that retrieve the view state of the Control Panel, the path of individual Control Panel items, and that open either the Control Panel itself or an individual Control Panel item.

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("D11AD862-66DE-4DF4-BF6C-1F5621996AF1")]
public interface IOpenControlPanel

Remarks

Methods

GetCurrentView Gets the most recent Control Panel view.
GetPath Gets the path of a specified Control Panel item.
Open Opens the specified Control Panel item, optionally to a specific page.

See Also