ArcGIS Pro 3.1 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / ComboBox Class / CopyFrom Method
Existing collection of items to copy from.
Version

    CopyFrom Method (ComboBox)
    Add items from an existing collection.
    Syntax
    protected void CopyFrom( 
       ICollection collection
    )

    Parameters

    collection
    Existing collection of items to copy from.
    Remarks

    Clears the internal collection before copying begins.

    All items added to the ItemCollection must be created on the main UI thread as these ultimately become UI content.

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.0 or higher.
    See Also