C# Class nHydrate.Dsl.MyDslDesignerCommand

Inheritance: ICommandExtension
Mostrar archivo Open project: nHydrate/nHydrate

Private Properties

Property Type Description

Public Methods

Method Description
Execute ( IMenuCommand command ) : void

Executes the command

QueryStatus ( IMenuCommand command ) : void

Is the command visible and active? This is called when the user right-clicks.

Method Details

Execute() public method

Executes the command
public Execute ( IMenuCommand command ) : void
command IMenuCommand Command initiating this action
return void

QueryStatus() public method

Is the command visible and active? This is called when the user right-clicks.
public QueryStatus ( IMenuCommand command ) : void
command IMenuCommand
return void