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


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