C# Class ICSharpCode.Core.MenuCommand

Inheritance: System.Windows.Forms.ToolStripMenuItem, IStatusUpdate
Exibir arquivo Open project: jumpinjackie/fdotoolbox Class Usage Examples

Public Properties

Property Type Description
LinkCommandCreator ICommand>.Converter

Public Methods

Method Description
MenuCommand ( Codon codon, object caller ) : System
MenuCommand ( Codon codon, object caller, bool createCommand ) : System
MenuCommand ( string label ) : System
MenuCommand ( string label, EventHandler handler ) : System
ParseShortcut ( string shortcutString ) : Keys
UpdateStatus ( ) : void
UpdateText ( ) : void

Protected Methods

Method Description
OnClick ( System e ) : void

Private Methods

Method Description
CreateCommand ( ) : void
GetVisible ( ) : bool

Method Details

MenuCommand() public method

public MenuCommand ( Codon codon, object caller ) : System
codon Codon
caller object
return System

MenuCommand() public method

public MenuCommand ( Codon codon, object caller, bool createCommand ) : System
codon Codon
caller object
createCommand bool
return System

MenuCommand() public method

public MenuCommand ( string label ) : System
label string
return System

MenuCommand() public method

public MenuCommand ( string label, EventHandler handler ) : System
label string
handler EventHandler
return System

OnClick() protected method

protected OnClick ( System e ) : void
e System
return void

ParseShortcut() public static method

public static ParseShortcut ( string shortcutString ) : Keys
shortcutString string
return Keys

UpdateStatus() public method

public UpdateStatus ( ) : void
return void

UpdateText() public method

public UpdateText ( ) : void
return void

Property Details

LinkCommandCreator public_oe static_oe property

public static Converter LinkCommandCreator
return ICommand>.Converter