ScrollBar.DoubleClick Event

Definition

Occurs when the ScrollBar control is double-clicked.

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

The ScrollBar control sets the StandardClick bit flag to false, so the ScrollBar will not raise the DoubleClick event.

Applies to