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

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