Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpScrollBarButtonCollection Class / IsFixedSize Property


In This Topic
    IsFixedSize Property (FpScrollBarButtonCollection)
    In This Topic
    Gets whether the System.Collections.IList has a fixed size.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsFixedSize As Boolean
    'Usage
     
    
    Dim instance As FpScrollBarButtonCollection
    Dim value As Boolean
     
    value = instance.IsFixedSize
    public bool IsFixedSize {get;}

    Property Value

    true if the System.Collections.IList has a fixed size; otherwise, false
    See Also