InfoConnect API Guide
Attachmate.Reflection.UserInterface Namespace / IView Interface / ActiveTabForegroundColor Property


In This Topic
    ActiveTabForegroundColor Property
    In This Topic
    Gets or sets the color of the view tab text when it is the active tab. In tab view mode, the title text is on the tab. In SDI mode, it is the caption of the view window.
    Syntax
    'Declaration
     
    
    Property ActiveTabForegroundColor As Color
    'Usage
     
    
    Dim instance As IView
    Dim value As Color
     
    instance.ActiveTabForegroundColor = value
     
    value = instance.ActiveTabForegroundColor
    Color ActiveTabForegroundColor {get; set;}
    See Also