[This is preliminary documentation and is subject to change.]

Initializes a new instance of the WaitMenuMacroCommand class

Namespace:  Phoenix.Macros
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public WaitMenuMacroCommand(
	params MenuSelection[] menus
)
Public Sub New ( _
	ParamArray menus As MenuSelection() _
)
public:
WaitMenuMacroCommand(
	... array<MenuSelection>^ menus
)

Parameters

menus
array< MenuSelection >[]()[]

See Also