Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / IsSizeAllowed Method


In This Topic
    IsSizeAllowed Method
    In This Topic
    Gets whether the size is allowed.
    Syntax
    'Declaration
     
    
    Protected Overridable Function IsSizeAllowed() As Boolean
    'Usage
     
    
    Dim instance As SuperEditBase
    Dim value As Boolean
     
    value = instance.IsSizeAllowed()
    protected virtual bool IsSizeAllowed()
    See Also