DesignIntf.ISelectionEditor.ExecuteVerb
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: DesignIntf.pas DesignIntf.hpp
| |
Unit: DesignIntf | |
Parent: ISelectionEditor |
Delphi
procedure ExecuteVerb(Index: Integer; const List: IDesignerSelections);
C++
virtual void __fastcall ExecuteVerb(int Index, const _di_IDesignerSelections List) = 0 ;
Description
This procedure is called every time a verb, specified by Index
, is selected using the context menu.