Important: The information in this document is obsolete and should not be used for new development.
GetPickerVisibility
Determines whether a custom dialog box for a color picker is visible or invisible.
pascal OSErr GetPickerVisibility ( picker thePicker, Boolean *visible);
thePicker
- A pointer to a color picker.
visible
- A pointer to a Boolean value. On output, if the value is
true
, the color picker dialog box is visible; if the value isfalse
, the dialog box is invisible.DISCUSSION
In thevisible
parameter, theGetPickerVisibility
function returns a Boolean value indicating whether the custom dialog box for the color picker specified in the parameterthePicker
is visible (true
) or invisible (false
).SEE ALSO
To change the visibility, use theSetPickerVisibility
function (page 2-40).