System.Windows.Forms.CheckBox.DoubleClick Event

Occurs when the user double-clicks the System.Windows.Forms.CheckBox control.

Syntax

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.ComponentModel.Browsable(false)]
public event EventHandler DoubleClick

Remarks

By default, the ControlStyles.StandardClick and ControlStyles.StandardDoubleClick enumerations are set to false for the System.Windows.Forms.CheckBox control, and the CheckBox.DoubleClick event is not raised.

This event is not relevant to this class.

Requirements

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