wpAddDeviceIO1Page - How to Override

This method should always be overridden to replace or remove the I/O Ports page from the object's Settings notebook. To remove the page from the settings notebook, the override method must return SETINGS_PAGE_REMOVED without calling the parent method. To replace the page with another page, the override method must call the wpAddSettingsPages method without calling the parent method.


[Back: wpAddDeviceIO1Page - Usage]
[Next: wpAddDeviceIO1Page - Related Methods]