Spread Windows Forms 17
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()
    public virtual bool ShouldSerializeCanRotate()
    See Also