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

MenuSeparator : This class is a derived MenuItem class that represents a separator in a context menu (e.g. a horizontal line). More...

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

Public Member Functions

 MenuSeparator ()
 Construct a new CommandDef object based on the TRIM::taskIds enumeration More...
 
- Public Member Functions inherited from HP.HPTRIM.SDK.TrimSDKObject
 TrimSDKObject ()
 

Properties

override MenuItem.MenuItemTypes MenuItemType [get]
 
- Properties inherited from HP.HPTRIM.SDK.MenuItem
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 Types inherited from HP.HPTRIM.SDK.MenuItem
enum  MenuItemTypes { MenuItemTypes.MenuItemCommand, MenuItemTypes.MenuItemPopup, MenuItemTypes.MenuItemCustomPopup, MenuItemTypes.MenuItemSeparator }
 

Detailed Description

MenuSeparator : This class is a derived MenuItem class that represents a separator in a context menu (e.g. a horizontal line).

Constructor & Destructor Documentation

HP.HPTRIM.SDK.MenuSeparator.MenuSeparator ( )

Construct a new CommandDef object based on the TRIM::taskIds enumeration

Property Documentation

override MenuItem.MenuItemTypes HP.HPTRIM.SDK.MenuSeparator.MenuItemType
get