Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.UserInterface Namespace / ISmartControl Interface / ForegroundColor Property


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