Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

MagnifierDialog.ShowDialog Method

Name Parameters Description
ShowDialog() static none Initializes a new instance of the MagnifierDialog class with the default settings.
ShowDialog(IWin32Window, MagnifierDialogArgs) static owner, args Initializes a new instance of the MagnifierDialog class with the specified settings.
ShowDialog(IWin32Window, Single, Boolean, Boolean, ColorFormat, Boolean, Boolean) static owner, initialZoomFactor, closeOnMouseClick, pickColorToClipboard, colorFormat, showPixelGrid, showColors Displays the MagnifierDialog with custom parameters.
ShowDialog(IWin32Window, Single, Boolean, Boolean, ColorFormat, Boolean) static owner, initialZoomFactor, closeOnMouseClick, pickColorToClipboard, colorFormat, showPixelGrid Displays the MagnifierDialog with specific parameters.
ShowDialog(IWin32Window, Single, Boolean, Boolean, ColorFormat) static owner, initialZoomFactor, closeOnMouseClick, pickColorToClipboard, colorFormat Initializes a new instance of the MagnifierDialog class with the specified settings.
ShowDialog(IWin32Window, Single, Boolean, Boolean) static owner, initialZoomFactor, closeOnMouseClick, pickColorToClipboard Displays the MagnifierDialog with specific parameters.
ShowDialog(IWin32Window, Single, Boolean) static owner, initialZoomFactor, closeOnMouseClick Initializes a new instance of the MagnifierDialog class with the specified settings.
ShowDialog(IWin32Window, Single) static owner, initialZoomFactor Initializes a new instance of the MagnifierDialog class with the specified settings.
ShowDialog(IWin32Window) static owner Initializes a new instance of the MagnifierDialog class with the specified settings.