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