Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Appearance Class / ShowActive Property


In This Topic
    ShowActive Property
    In This Topic
    Gets or sets whether the rendered item should display an active or hot state.
    Syntax
    'Declaration
     
    
    Public Property ShowActive As Boolean
    'Usage
     
    
    Dim instance As Appearance
    Dim value As Boolean
     
    instance.ShowActive = value
     
    value = instance.ShowActive
    public bool ShowActive {get; set;}
    See Also