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.
Namespace: DevCase.Win32.InterfacesAssembly: 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
<ComImportAttribute>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<GuidAttribute("D11AD862-66DE-4DF4-BF6C-1F5621996AF1")>
Public Interface IOpenControlPanel
Dim instance As IOpenControlPanel
[ComImportAttribute]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"D11AD862-66DE-4DF4-BF6C-1F5621996AF1")]
public interface class IOpenControlPanel
[<ComImportAttribute>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("D11AD862-66DE-4DF4-BF6C-1F5621996AF1")>]
type IOpenControlPanel = interface end
No code example is currently available or this language may not be supported.
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.
|