ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / C1CheckListSelectedItemCollection Class / IsFixedSize Property

In This Topic
    IsFixedSize Property (C1CheckListSelectedItemCollection)
    In This Topic
    Gets a value indicating whether the C1CheckListSelectedItemCollection instance is fixed size.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsFixedSize As Boolean
    public bool IsFixedSize {get;}
    See Also