Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / AdjustClientArea Method / AdjustClientArea(Boolean) Method
Whether to invalidate


In This Topic
    AdjustClientArea(Boolean) Method
    In This Topic
    Internal use only. Adjusts the client area.
    Syntax
    'Declaration
     
    
    Protected Overloads Overridable Sub AdjustClientArea( _
       ByVal bInvalidate As Boolean _
    ) 
    'Usage
     
    
    Dim instance As SuperEditBase
    Dim bInvalidate As Boolean
     
    instance.AdjustClientArea(bInvalidate)
    protected virtual void AdjustClientArea( 
       bool bInvalidate
    )

    Parameters

    bInvalidate
    Whether to invalidate
    See Also