ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / TrayButton Class / SetCheckedNoCallback Method

In This Topic
    SetCheckedNoCallback Method
    In This Topic
    Helper method available to allow changing the value of IsChecked without an immediate callback to OnButtonChecked.
    Syntax
    protected void SetCheckedNoCallback( 
       bool isChecked
    )
    Protected Sub SetCheckedNoCallback( _
       ByVal isChecked As Boolean _
    ) 

    Parameters

    isChecked
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also