ControlPanelTaskDialogControlPanelItemGuid Property |
Gets or sets the control panel item that should be shown.
Namespace: Jam.Shell.DialogsAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic Guid ControlPanelItemGuid { get; set; }
Public Property ControlPanelItemGuid As Guid
Get
Set
public:
property Guid ControlPanelItemGuid {
Guid get ();
void set (Guid value);
}
member ControlPanelItemGuid : Guid with get, set
Property Value
Guid
See Also