ArcGIS Pro 3.7 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 Sub SetCheckedNoCallback( _
       ByVal isChecked As Boolean _
    ) 
    protected void SetCheckedNoCallback( 
       bool isChecked
    )

    Parameters

    isChecked
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also