Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / StringCollectionCollectionEditor Class / CanSelectMultipleInstances Method


In This Topic
    CanSelectMultipleInstances Method
    In This Topic
    Selecte multiple instances.
    Syntax
    'Declaration
     
    
    Protected Overrides Function CanSelectMultipleInstances() As Boolean
    'Usage
     
    
    Dim instance As StringCollectionCollectionEditor
    Dim value As Boolean
     
    value = instance.CanSelectMultipleInstances()
    protected override bool CanSelectMultipleInstances()

    Return Value

    Always return false
    See Also