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


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