DesignIntf.ICustomModule.GetVerbCount
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: DesignIntf.pas DesignIntf.hpp
| |
| Unit: DesignIntf | |
| Parent: ICustomModule | |
Delphi
function GetVerbCount: Integer;
C++
virtual int __fastcall GetVerbCount() = 0 ;
Description
Returns the number of menu strings that appear in the context menu.
GetVerbCount returns the number of verbs returned by GetVerb and executed by ExecuteVerb.