Interface IMenuItem
An Oracle menu item.
public interface IMenuItem
Properties
IsChecked
Indicates whether this menu item is currently checked.
bool IsChecked { get; }
Property Value
IsDisabled
Indicates whether this menu item is currently disabled.
bool IsDisabled { get; }
Property Value
IsEnabled
Indicates whether this menu item is currently enabled.
bool IsEnabled { get; }
Property Value
IsShowing
Indicates whether this menu item is currently showing.
bool IsShowing { get; }
Property Value
IsVisible
Indicates whether this menu item is currently visible.
bool IsVisible { get; }
Property Value
MenuSubItems
The list of all submenus for the specified menu item.
ReadOnlyCollection<IMenuItem> MenuSubItems { get; }
Property Value
Path
The path of the menu item. Menu items are separated by "->" string.
string Path { get; }