Important: The information in this document is obsolete and should not be used for new development.
GetIconSuite
Retrieves the icon suite for this Cyberdog service.
Handle GetIconSuite ();
- return value
- A handle to the icon suite.
DISCUSSION
This method should retrieve a handle to the icon suite for this Cyberdog service. This icon is used in the scrolling lists of services in the Connect To and Preferences dialog boxes. The superclass implementation of this method returns nil. You should override this method if your service defines a Connect To panel or a Preferences panel.The service object owns the handle returned by this method; you should not alter the handle in any way.
If you subclass
CyberService
and override this method, your override must not call its inherited method; that is, your override method must implement this method's functionality completely.