IsVisible Method (OracleFormsTree)

Action

Returns 'true' if the specified item path is visible.

Syntax

C#
visible = oracleFormsTree.IsVisible(item)
VB
visible = oracleFormsTree.IsVisible(item)
Variable Description
visible True if the specified item path is visible; otherwise false. Boolean.
item The item path. ItemPath.