Skip to main content
A newer version of this page is available. .

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.v18.2.UI.dll

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