CNTPAD( ) Function
Returns the number of menu titles on a user-defined menu bar or the Visual FoxPro system menu bar.
CNTPAD(cMenuBarName)
Return Values
Numeric
Parameters
- cMenuBarName
Specifies the name of the menu bar for which CNTPAD( ) returns the number of menu titles.
Example
The following command uses CNTPAD( ) to display the number of menu titles in the Visual FoxPro system menu bar.
? CNTPAD('_MSYSMENU')
See Also
ACTIVATE MENU | CNTBAR( ) | CREATE MENU | DEFINE PAD | DEFINE MENU | GETPAD( ) | MRKPAD( ) | ON PAD | ON SELECTION PAD | PRMPAD( )