Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / ShouldSerializeLocked Method


In This Topic
    ShouldSerializeLocked Method (ChartShape)
    In This Topic
    Determines if the locked property should be serialized.
    Syntax
    'Declaration
     
    
    Public Overrides Function ShouldSerializeLocked() As Boolean
    'Usage
     
    
    Dim instance As ChartShape
    Dim value As Boolean
     
    value = instance.ShouldSerializeLocked()
    public override bool ShouldSerializeLocked()
    See Also