ControlPanelTaskDialogControlPanelItem Property |
Gets or sets the control panel item that should be shown.
Namespace:
Jam.Shell.Dialogs
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public ControlPanelItem ControlPanelItem { get; set; }
Public Property ControlPanelItem As ControlPanelItem
Get
Set
public:
property ControlPanelItem ControlPanelItem {
ControlPanelItem get ();
void set (ControlPanelItem value);
}
member ControlPanelItem : ControlPanelItem with get, set
Property Value
Type:
ControlPanelItemSee Also