Click or drag to resize

ExportItemGetRightClickMenu Method

Namespace:  CTExtensions.ExportCore.ExportHandler
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public virtual List<Tuple<string, Action>> GetRightClickMenu(
	ExportItem forParent
)

Parameters

forParent
Type: CTExtensions.ExportCore.ExportHandlerExportItem

Return Value

Type: ListTupleString, Action
See Also