Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.UserInterface Namespace / SmartControl Class / ForegroundColor Property


In This Topic
    ForegroundColor Property (SmartControl)
    In This Topic
    Gets or sets the foreground color of the control.
    Syntax
    'Declaration
     
    
    Public Property ForegroundColor As Color
    'Usage
     
    
    Dim instance As SmartControl
    Dim value As Color
     
    instance.ForegroundColor = value
     
    value = instance.ForegroundColor
    public Color ForegroundColor {get; set;}
    See Also