Table of Contents

Interface IMenuItem

An Oracle menu item.

Namespace: HP.LFT.SDK.Oracle
Assembly: HP.LFT.SDK.dll
Syntax
public interface IMenuItem

Properties

IsChecked

Indicates whether this menu item is currently checked.

Declaration
bool IsChecked { get; }
Property Value
Type Description
bool

IsDisabled

Indicates whether this menu item is currently disabled.

Declaration
bool IsDisabled { get; }
Property Value
Type Description
bool

IsEnabled

Indicates whether this menu item is currently enabled.

Declaration
bool IsEnabled { get; }
Property Value
Type Description
bool

IsShowing

Indicates whether this menu item is currently showing.

Declaration
bool IsShowing { get; }
Property Value
Type Description
bool

IsVisible

Indicates whether this menu item is currently visible.

Declaration
bool IsVisible { get; }
Property Value
Type Description
bool

MenuSubItems

The list of all submenus for the specified menu item.

Declaration
ReadOnlyCollection<IMenuItem> MenuSubItems { get; }
Property Value
Type Description
ReadOnlyCollection<IMenuItem>

Path

The path of the menu item. Menu items are separated by "->" string.

Declaration
string Path { get; }
Property Value
Type Description
string