Micro Focus Content Manager SDK 9.3
HP.HPTRIM.SDK.MenuItem Class Reference

The MenuItem class is a simple base class that allows different types of menu elements to be put into an array. More...

Inheritance diagram for HP.HPTRIM.SDK.MenuItem:
HP.HPTRIM.SDK.TrimSDKObject HP.HPTRIM.SDK.CommandDef HP.HPTRIM.SDK.MenuPopup HP.HPTRIM.SDK.MenuSeparator

Public Types

enum  MenuItemTypes { MenuItemTypes.MenuItemCommand, MenuItemTypes.MenuItemPopup, MenuItemTypes.MenuItemCustomPopup, MenuItemTypes.MenuItemSeparator }
 

Properties

virtual MenuItem.MenuItemTypes MenuItemType [get]
 
virtual Icons Icon [get]
 Gets the identifier of the TRIM icon associated with this command. More...
 
- Properties inherited from HP.HPTRIM.SDK.TrimSDKObject
string ErrorMessage [get]
 All TRIM SDK objects have an ErrorMessage property which can be used to examine any error that may have occurred in the most recent method call. More...
 
TrimException Error [get]
 All TRIM SDK objects have an Error property which can be used to examine any error that may have occurred in the most recent method call. More...
 

Additional Inherited Members

- Public Member Functions inherited from HP.HPTRIM.SDK.TrimSDKObject
 TrimSDKObject ()
 

Detailed Description

The MenuItem class is a simple base class that allows different types of menu elements to be put into an array.

Member Enumeration Documentation

Enumerator
MenuItemCommand 
MenuItemPopup 
MenuItemCustomPopup 
MenuItemSeparator 

Property Documentation

virtual Icons HP.HPTRIM.SDK.MenuItem.Icon
get

Gets the identifier of the TRIM icon associated with this command.

virtual MenuItem.MenuItemTypes HP.HPTRIM.SDK.MenuItem.MenuItemType
get