ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / C1CheckList Class / RightClickSelect Property

In This Topic
    RightClickSelect Property
    In This Topic
    Gets or sets a value indicating whether a item can be selected by right click or not.
    Syntax
    'Declaration
     
    
    Public Property RightClickSelect As Boolean
    public bool RightClickSelect {get; set;}
    See Also