TreeNode.AOTObjectNode Method

Indicates whether the node is an application object.

Syntax

public boolean AOTObjectNode()

Run On

Called

Return Value

Type: boolean
true if the node is an application object; otherwise false.

Remarks

A form or report is an application object. A control on a form, or any other subpart, is not.

See Also

Reference

TreeNode Class