AdjustFormScrollbars Method
In This Topic
Syntax
'Declaration
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Protected Overridable Sub AdjustFormScrollbars( _
ByVal As System.Boolean _
)
'Usage
Dim instance As LicenseDialog
Dim displayScrollbars As System.Boolean
instance.AdjustFormScrollbars(displayScrollbars)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected virtual void AdjustFormScrollbars(
System.bool
)
protected procedure AdjustFormScrollbars(
: System.Boolean
); virtual;
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
protected function AdjustFormScrollbars(
: System.boolean
);
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected: virtual void AdjustFormScrollbars(
System.bool
)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected:
virtual void AdjustFormScrollbars(
System.bool
)
Parameters
- displayScrollbars
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also