| 
    Terraria v1.4.4.9
    
   Terraria source code documentation 
   | 
 
Public Member Functions | |
| MenuCommand (EventHandler? handler, CommandID? command) | |
| virtual void | Invoke () | 
| virtual void | Invoke (object arg) | 
| override string | ToString () | 
Protected Member Functions | |
| virtual void | OnCommandChanged (EventArgs e) | 
Properties | |
| virtual bool | Checked [get, set] | 
| virtual bool | Enabled [get, set] | 
| virtual IDictionary | Properties [get] | 
| virtual bool | Supported [get, set] | 
| virtual bool | Visible [get, set] | 
| virtual ? CommandID | CommandID [get] | 
| virtual int | OleStatus [get] | 
Events | |
| EventHandler? | CommandChanged | 
Private Member Functions | |
| void | SetStatus (int mask, bool value) | 
Private Attributes | |
| readonly EventHandler | _execHandler | 
| int | _status | 
| IDictionary | _properties | 
Definition at line 6 of file MenuCommand.cs.