Skip to main content

WizardRunnerContext(UserLookAndFeel, IWin32Window) Constructor

Initializes a new instance of the WizardRunnerContext class with the specified owner and appearance.

Namespace: DevExpress.DataAccess.UI.Wizard

Assembly: DevExpress.DataAccess.v23.2.UI.dll

NuGet Package: DevExpress.DataAccess.UI

Declaration

public WizardRunnerContext(
    UserLookAndFeel lookAndFeel,
    IWin32Window owner
)

Parameters

Name Type Description
lookAndFeel UserLookAndFeel

A UserLookAndFeel object.

owner IWin32Window

An object implementing the IWin32Window interface.

See Also