CheckBox::DoubleClick Event

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Occurs when the user double-clicks the CheckBox control.

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

public:
[BrowsableAttribute(false)]
event EventHandler^ DoubleClick {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}

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

This event is not relevant to this class.

.NET Framework
Available since 1.1
Return to top
Show: