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

InputController.HandleMouseDown(MouseButton) Method

Handles a mouse button command.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Printing, DevExpress.Wpf.Printing

Declaration

public void HandleMouseDown(
    MouseButton mouseButton
)

Parameters

Name Type Description
mouseButton MouseButton

A MouseButton enumeration value.

See Also