Creates a new XllMacroAttribute object.

Namespace:  XllPlus
Assembly:  Psl.XL7.XnReflect.Runtime (in Psl.XL7.XnReflect.Runtime.dll) Version: 7.0.9.1411 (7.0.9.1411)

Syntax

C#
public XllMacroAttribute(
	string menuCaption,
	int menuResourceId,
	string description
)
Visual Basic (Declaration)
Public Sub New ( _
	menuCaption As String, _
	menuResourceId As Integer, _
	description As String _
)
Visual C++
public:
XllMacroAttribute(
	String^ menuCaption, 
	int menuResourceId, 
	String^ description
)

Parameters

menuCaption
Type: System..::.String
Text of the menu item for the command.
menuResourceId
Type: System..::.Int32
Resource ID of the text resource for the menu item.
description
Type: System..::.String
Help text for the command.

See Also