Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.UserInterface Namespace / ISmartButton Interface / BackgroundColor Property


In This Topic
    BackgroundColor Property (ISmartButton)
    In This Topic
    Gets or sets the color used to paint the background of this button.
    Syntax
    'Declaration
     
    
    Property BackgroundColor As Color
    'Usage
     
    
    Dim instance As ISmartButton
    Dim value As Color
     
    instance.BackgroundColor = value
     
    value = instance.BackgroundColor
    Color BackgroundColor {get; set;}
    See Also