ThemeConfigurationDialog Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ThemeConfigurationDialog class.
Overloads
ThemeConfigurationDialog(IServiceProvider) |
Initializes a new instance of the ThemeConfigurationDialog class by using an IServiceProvider. |
ThemeConfigurationDialog(IServiceProvider, WorkflowTheme) |
Initializes a new instance of the ThemeConfigurationDialog class by using an IServiceProvider and WorkflowTheme. |
ThemeConfigurationDialog(IServiceProvider)
Initializes a new instance of the ThemeConfigurationDialog class by using an IServiceProvider.
public:
ThemeConfigurationDialog(IServiceProvider ^ serviceProvider);
public ThemeConfigurationDialog (IServiceProvider serviceProvider);
new System.Workflow.ComponentModel.Design.ThemeConfigurationDialog : IServiceProvider -> System.Workflow.ComponentModel.Design.ThemeConfigurationDialog
Public Sub New (serviceProvider As IServiceProvider)
Parameters
- serviceProvider
- IServiceProvider
The service provider that provides custom support to the ThemeConfigurationDialog.
Exceptions
serviceProvider
contains a null reference (Nothing
in Visual Basic).
Applies to
ThemeConfigurationDialog(IServiceProvider, WorkflowTheme)
Initializes a new instance of the ThemeConfigurationDialog class by using an IServiceProvider and WorkflowTheme.
public:
ThemeConfigurationDialog(IServiceProvider ^ serviceProvider, System::Workflow::ComponentModel::Design::WorkflowTheme ^ theme);
public ThemeConfigurationDialog (IServiceProvider serviceProvider, System.Workflow.ComponentModel.Design.WorkflowTheme theme);
new System.Workflow.ComponentModel.Design.ThemeConfigurationDialog : IServiceProvider * System.Workflow.ComponentModel.Design.WorkflowTheme -> System.Workflow.ComponentModel.Design.ThemeConfigurationDialog
Public Sub New (serviceProvider As IServiceProvider, theme As WorkflowTheme)
Parameters
- serviceProvider
- IServiceProvider
The service provider that provides custom support to the ThemeConfigurationDialog.
- theme
- WorkflowTheme
The WorkflowTheme to be highlighted in the theme configuration dialog box in the workflow designer.
Exceptions
serviceProvider
contains a null reference (Nothing
in Visual Basic).
Remarks
The theme that is highlighted in the theme configuration dialog box is the theme that is currently applied to the workflow design surface. Possible values include the default workflow theme, the operating system color theme, and any user-defined themes.