This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[Visual Basic]
Overrides Protected Sub AdjustFormScrollbars( _
ByVal displayScrollbars As Boolean _
)
[C#]
protected override void AdjustFormScrollbars(
bool displayScrollbars
);
[C++]
protected: void AdjustFormScrollbars(
bool displayScrollbars
);
[JScript]
protected override function AdjustFormScrollbars(
displayScrollbars : Boolean
);
See Also
ContainerControl Class | ContainerControl Members | System.Windows.Forms Namespace