Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / BannerShape Class / ShouldSerializeCanSize Method


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