Click or drag to resize

ControlPanelTaskDialog Class

Dialog for executing control panel items.
Inheritance Hierarchy

Namespace:  Jam.Shell.Dialogs
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public class ControlPanelTaskDialog : CommonDialog

The ControlPanelTaskDialog type exposes the following members.

Constructors
  NameDescription
Public methodControlPanelTaskDialog
Contructor for creating a ControlPanelTaskDialog instance.
Top
Properties
  NameDescription
Public propertyControlPanelItem
Gets or sets the control panel item that should be shown.
Public propertyControlPanelItemGuid
Gets or sets the control panel item that should be shown.
Top
Methods
Remarks

Setting value of ControlPanelItem to a ControlPanelItem value you can specify which dialog will be displayed.

Not that not all values are supported on any supported Windows version.

IMPORTANT: Bitness of calling application must match OS bitness to show control panel items. Otherwise nothing is shown! Ensure application is targeted architecture "Any CPU".

See Also