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

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public interface IMacroCommand
Public Interface IMacroCommand
public interface class IMacroCommand

Members

            
 All Members  Properties   Methods   Events  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
CommandChanged
CommandType
Gets command type.
CreateCustomMenu()()()
Creates custom menu items for command modification.
TextCommand
Gets executable command. Must not be null.

Remarks

Implementer should override ToString().

See Also