SpreadsheetGear 2017
AdjustFormScrollbars Method (WorkbookDesigner)






SpreadsheetGear.Windows.Forms Namespace > WorkbookDesigner Class : AdjustFormScrollbars Method
Syntax
'Declaration
 
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Protected Overridable Sub AdjustFormScrollbars( _
   ByVal displayScrollbars As System.Boolean _
) 
'Usage
 
Dim instance As WorkbookDesigner
Dim displayScrollbars As System.Boolean
 
instance.AdjustFormScrollbars(displayScrollbars)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected virtual void AdjustFormScrollbars( 
   System.bool displayScrollbars
)
protected procedure AdjustFormScrollbars( 
    displayScrollbars: System.Boolean
); virtual; 
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
protected function AdjustFormScrollbars( 
   displayScrollbars : System.boolean
);
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected: virtual void AdjustFormScrollbars( 
   System.bool displayScrollbars
) 
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected:
virtual void AdjustFormScrollbars( 
   System.bool displayScrollbars
) 

Parameters

displayScrollbars
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkbookDesigner Class
WorkbookDesigner Members