![]() |
GetAuxiliaryControlRecord |
||||
Header: | Controls.h | Carbon status: | Supported | |
Obtains a handle to a controls auxiliary control structure.
Boolean GetAuxiliaryControlRecord ( ControlRef theControl, AuxCtlHandle *acHndl );
A handle to a control.
A pointer to a handle to the auxiliary control structure for the control.
True if your application has changed the default control color table for the given control, either by using SetControlColor or by creating its own control color table. If your application has not changed the default control color table, the function returns false. If you set the parameter theControl to NULL, the system default color table uses the default color table, and GetAuxiliaryControlRecord returns true.
Your application typically doesnt need to access an auxiliary control structure unless you need its acRefCon field, which your application can use for any purpose.
Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)