ThemeConfigurationDialog Constructor (IServiceProvider^)

 

Initializes a new instance of the ThemeConfigurationDialog class by using an IServiceProvider.

Namespace:   System.Workflow.ComponentModel.Design
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

public:
ThemeConfigurationDialog(
	IServiceProvider^ serviceProvider
)

Parameters

serviceProvider
Type: System::IServiceProvider^

The service provider that provides custom support to the ThemeConfigurationDialog.

Exception Condition
ArgumentNullException

serviceProvider contains a null reference (Nothing in Visual Basic).

.NET Framework
Available since 3.0
Return to top
Show: