Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / FpButtonPaintArgs Structure / backstyle Field


In This Topic
    backstyle Field
    In This Topic
    Background style for the button.
    Syntax
    'Declaration
     
    
    Public backstyle As BackStyle
    'Usage
     
    
    Dim instance As FpButtonPaintArgs
    Dim value As BackStyle
     
    value = instance.backstyle
     
    instance.backstyle = value
    public BackStyle backstyle
    See Also