Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Cyberdog Programmer's Kit / Part 3 - Cyberdog Reference
Chapter 7 - Classes and Methods / CyberService


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.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996