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


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