Form.AutoScrollによるスクロールバーが表示されているか判定する方法

http://dobon.net/vb/dotnet/form/autoscroll.html

this.ClientSize.Width < this.DisplayRectangle.Size.Width or
this.ClientSize.Height < this.DisplayRectangle.Size.Height

……で判定できる。