ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1TabItemPresenter Class / ShowSelectedCues Property



In This Topic
    ShowSelectedCues Property
    In This Topic
    Gets or sets a value indicating whether the selected visuals of the control are visible.
    Syntax
    'Declaration
     
    
    Public Property ShowSelectedCues As Boolean
    'Usage
     
    
    Dim instance As C1TabItemPresenter
    Dim value As Boolean
     
    instance.ShowSelectedCues = value
     
    value = instance.ShowSelectedCues
    public bool ShowSelectedCues {get; set;}
    public:
    property bool ShowSelectedCues {
       bool get();
       void set (    bool value);
    }
    See Also