Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / ShouldSerializeButtonMarginColor Method


In This Topic
    ShouldSerializeButtonMarginColor Method
    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 SuperEditBase
    Dim value As Boolean
     
    value = instance.ShouldSerializeButtonMarginColor()
    public virtual bool ShouldSerializeButtonMarginColor()
    See Also