primaryFocusImmediateArtboardPtr abstract method

int? primaryFocusImmediateArtboardPtr()

Get the immediate native artboard pointer address that contains the primary focus. Unlike primaryFocusArtboardPtr, this does NOT walk up the nested artboard chain - it returns the direct parent artboard. This can be compared against MountedArtboard native pointer addresses to find which NestedArtboard hosts the focused element.

Implementation

int? primaryFocusImmediateArtboardPtr();