Table of Contents

Interface IMenuItem

Namespace
HP.LFT.SDK.Oracle
Assembly
HP.LFT.SDK.dll

An Oracle menu item.

public interface IMenuItem

Properties

IsChecked

Indicates whether this menu item is currently checked.

bool IsChecked { get; }

Property Value

bool

IsDisabled

Indicates whether this menu item is currently disabled.

bool IsDisabled { get; }

Property Value

bool

IsEnabled

Indicates whether this menu item is currently enabled.

bool IsEnabled { get; }

Property Value

bool

IsShowing

Indicates whether this menu item is currently showing.

bool IsShowing { get; }

Property Value

bool

IsVisible

Indicates whether this menu item is currently visible.

bool IsVisible { get; }

Property Value

bool

MenuSubItems

The list of all submenus for the specified menu item.

ReadOnlyCollection<IMenuItem> MenuSubItems { get; }

Property Value

ReadOnlyCollection<IMenuItem>

Path

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

string Path { get; }

Property Value

string