Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / ShouldSerializeCanSize Method


In This Topic
    ShouldSerializeCanSize Method (PSObject)
    In This Topic
    Determines if the CanSize property should be serialized.
    Syntax
    'Declaration
     
    
    Public Overridable Function ShouldSerializeCanSize() As Boolean
    'Usage
     
    
    Dim instance As PSObject
    Dim value As Boolean
     
    value = instance.ShouldSerializeCanSize()
    public virtual bool ShouldSerializeCanSize()
    See Also