Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.ComponentModel.Design.MenuCommand Class Reference

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

EventHandlerCommandChanged
 

Private Member Functions

void SetStatus (int mask, bool value)
 

Private Attributes

readonly EventHandler _execHandler
 
int _status
 
IDictionary _properties
 

Detailed Description

Definition at line 6 of file MenuCommand.cs.


The documentation for this class was generated from the following file: