Commands Object (Windows CE 5.0)
Each add-in exposes a PBAddIn Object and a Commands Object. Platform Builder uses the PBAddIn object to connect to or disconnect from an add-in, and it uses the Commands object to carry out a command added by the IApplication::AddCommand method.
The Commands object exposes a method for each command added by AddCommand. This method specifies what the command does. You must write the code for the method.
See Also
Add-in Wizard Results | PBAddIn Object
Send Feedback on this topic to the authors