C# Класс nHydrate.Dsl.MyDslDesignerCommand

Наследование: ICommandExtension
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Описание методов

Execute() публичный Метод

Executes the command
public Execute ( IMenuCommand command ) : void
command IMenuCommand Command initiating this action
Результат void

QueryStatus() публичный Метод

Is the command visible and active? This is called when the user right-clicks.
public QueryStatus ( IMenuCommand command ) : void
command IMenuCommand
Результат void