ArcGIS Pro 2.9 API Reference Guide
IsItemSupported Method (MapControlContentFactory)

ArcGIS.Desktop.Mapping.Controls Namespace > MapControlContentFactory Class : IsItemSupported Method
The Item to check.
Determines if the Item can be displayed by the MapControl.
Syntax
public static bool IsItemSupported( 
   Item item
)
Public Shared Function IsItemSupported( _
   ByVal item As Item _
) As Boolean

Parameters

item
The Item to check.

Return Value

True value indicates that the item can be displayed by the control.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

MapControlContentFactory Class
MapControlContentFactory Members