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

MagnifierDialog.ShowDialog(IWin32Window, MagnifierDialogArgs) Method

Initializes a new instance of the MagnifierDialog class with the specified settings.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public static MagnifierDialogResult ShowDialog(
    IWin32Window owner,
    MagnifierDialogArgs args
)

Parameters

Name Type Description
owner IWin32Window

An IWin32Window object that owns this Magnifier.

args MagnifierDialogArgs

A MagnifierDialogArgs object that stores Magnifier settings.

Returns

Type Description
MagnifierDialogResult

A MagnifierDialogResult object that stores the last remembered Magnifier zoom level and colors selected by a user.

See Also