Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / IsSizeAllowed Method


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