RadioButton.DoubleClick Event

Definition

Occurs when the user double-clicks the RadioButton control.

public:
 event EventHandler ^ DoubleClick;
[System.ComponentModel.Browsable(false)]
public event EventHandler DoubleClick;
[System.ComponentModel.Browsable(false)]
public event EventHandler? DoubleClick;
[<System.ComponentModel.Browsable(false)>]
member this.DoubleClick : EventHandler 
Public Custom Event DoubleClick As EventHandler 

Event Type

Attributes

Remarks

By default, the StandardClick style bit is set to false for the RadioButton control, and the DoubleClick event is not raised.

Applies to