IsChecked Method (OracleFormsMenu)

Action

a value that indicates whether the MenuItem is checked.

Syntax

C#
checked = oracleFormsMenu.IsChecked(item)
VB
checked = oracleFormsMenu.IsChecked(item)
Variable Description
checked Boolean.
item The menu item to check. Can be either a top-level menu item or a menu item that can be found in a submenu. For checking a menu item from a submenu separate the menu item names with a slash. The item can contain the wildcards '?' (matches one character) or '*' (matches 0 to many characters). ItemPath.