Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadShapesContainer Class / ShouldSerializeBackColor Method


In This Topic
    ShouldSerializeBackColor Method (SpreadShapesContainer)
    In This Topic
    Gets whether to serialize the background color for the container.
    Syntax
    'Declaration
     
    
    Public Overrides Function ShouldSerializeBackColor() As Boolean
    'Usage
     
    
    Dim instance As SpreadShapesContainer
    Dim value As Boolean
     
    value = instance.ShouldSerializeBackColor()
    public override bool ShouldSerializeBackColor()
    See Also