Spread WinForms 15
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()
See Also