Micro Focus Content Manager SDK 10.1
TRIM.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 TRIM.SDK.MenuSeparator:
TRIM.SDK.MenuItem TRIM.SDK.TrimSDKObject

Public Member Functions

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

Properties

override MenuItem.MenuItemTypes MenuItemType [get]
 
- Properties inherited from TRIM.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 TRIM.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 TRIM.SDK.MenuItem
enum class  MenuItemTypes { MenuItemCommand , MenuItemPopup , MenuItemCustomPopup , 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

◆ MenuSeparator()

TRIM.SDK.MenuSeparator.MenuSeparator ( )

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

Property Documentation

◆ MenuItemType

override MenuItem.MenuItemTypes TRIM.SDK.MenuSeparator.MenuItemType
get