Occurs when the control is clicked if the ControlStyles.StandardClick bit flag is set to true in a derived class.
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.