C# Class System.ComponentModel.Design.MenuCommand

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
Invoke ( ) : void
Invoke ( object arg ) : void
MenuCommand ( EventHandler handler, CommandID command ) : Microsoft.Win32
ToString ( ) : string

Private Methods

Méthode Description
OnCommandChanged ( EventArgs e ) : void
SetStatus ( int mask, bool value ) : void

Method Details

Invoke() public méthode

public Invoke ( ) : void
Résultat void

Invoke() public méthode

public Invoke ( object arg ) : void
arg object
Résultat void

MenuCommand() public méthode

public MenuCommand ( EventHandler handler, CommandID command ) : Microsoft.Win32
handler EventHandler
command CommandID
Résultat Microsoft.Win32

ToString() public méthode

public ToString ( ) : string
Résultat string