Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / ShouldSerializeButtonMarginColor Method


In This Topic
    ShouldSerializeButtonMarginColor Method (GeneralEditor)
    In This Topic
    Internal use only. Determines whether button margin color should be serialized.
    Syntax
    'Declaration
     
    
    Public Overridable Function ShouldSerializeButtonMarginColor() As Boolean
    'Usage
     
    
    Dim instance As GeneralEditor
    Dim value As Boolean
     
    value = instance.ShouldSerializeButtonMarginColor()
    public virtual bool ShouldSerializeButtonMarginColor()
    See Also