FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / MultiSideShape Class / ShouldSerializeLocked Method


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