Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / ShouldSerializeCanRotate Method


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