System.Windows.Forms.Button.MouseDoubleClick Event

Occurs when the user double-clicks the System.Windows.Forms.Button control with the mouse.

Syntax

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ComponentModel.Browsable(false)]
public event MouseEventHandler MouseDoubleClick

Remarks

By default, the ControlStyles.StandardClick and ControlStyles.StandardDoubleClick style bits are set to false for the System.Windows.Forms.Button control, and the Button.MouseDoubleClick event is not raised.

For more information about handling events, see Consuming Events.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0