ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / ComboBoxItem Class / ToString Method

In This Topic
    ToString Method (ComboBoxItem)
    In This Topic
    Overridden to return the item's Text property as its ToString representation.
    Syntax
    public override string ToString()
    Public Overrides Function ToString() As String

    Return Value

    The item's Text property.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also