System.Windows.Forms.ScrollBar.Click Event

Occurs when the control is clicked if the ControlStyles.StandardClick bit flag is set to true in a derived class.

Syntax

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

Remarks

The System.Windows.Forms.ScrollBar control sets the ControlStyles.StandardClick bit flag to false, so the System.Windows.Forms.ScrollBar will not raise the ScrollBar.Click event.

Requirements

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