cliIsManagerMode
cliIsManagerMode(
d_cellViewID
)
=> t / nil
Description
Checks whether the specified cellview is open in Concurrent Layout manager mode.
Arguments
Value Returned
Examples
Confirms that the cellview cvId is open in manager mode.
cliIsManagerMode(cvId)
=> t
Return to top