TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / CustomContentPresenter Class / IsUnfocusedSelected Property

In This Topic
    IsUnfocusedSelected Property (CustomContentPresenter)
    In This Topic
    Gets a value indicating whether this CustomContentPresenter is in the selected state and the C1TreeView hasn't focus.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsUnfocusedSelected As Boolean
    public bool IsUnfocusedSelected {get;}
    See Also