Important: The information in this document is obsolete and should not be used for new development.
PATH![]() |
![]() ![]() |
This section lists the initial, minimum, and maximum settings for all standard controls. You can use these values in the control resource when creating a new control from a resource or with the function NewControl
. Note that some controls specify other information besides their range in their minimum and maximum settings. For example, bevel buttons use the high byte of their minimum value to indicate their behavior.
kControlCheckboxUncheckedValue
kControlCheckboxUncheckedValue
kControlCheckboxCheckedValue
kControlCheckboxUncheckedValue
kControlCheckboxUncheckedValue
kControlCheckboxCheckedValue
or kControlCheckboxMixedValue
kControlRadioButtonUncheckedValue
kControlRadioButtonUncheckedValue
kControlRadioButtonCheckedValue
kControlRadioButtonUncheckedValue
kControlRadioButtonUncheckedValue
kControlRadioButtonCheckedValue
or kControlRadioButtonMixedValue
-32768 to 32768
-32768 to 32768; when the maximum setting is equal to the minimum setting, the scroll bar is inactive.SetControlData
function with the kControlBevelButtonMenuHandleTag
control data tag constant and the return value from a call to the NewMenu
function. If no menu is to be attached, 0.
Resource ID of bevel button's content if resource-based; see Bevel Button and Image Well Content Type Constants
.
-32768 to 32768; when the maximum setting is equal to the minimum setting, the slider is inactive.'tab#'
resource you are using to hold tab information. The control definition function resets this value to the minimum setting once the tab control is created. Under Appearance 1.0.1 and later, a value of 0 indicates not to read a 'tab#'
resource; see ControlTabInfoRec
.'pict'
resource you wish to display. The control definition function resets this value to 0 once the picture control is created.'cicn'
, 'ICON'
, or icon suite resource you wish to display. For icon suite variant, it only looks for an icon suite. If not, it looks for a 'cicn'
or 'ICON'
resource. The control definition function resets this value to 0 once the icon control is created.'ldes'
resource you are using to hold list box information. The control definition function resets this value to 0 once the list box is created. An initial value of 0 indicates not to read an 'ldes'
resource under Appearance 1.0.1 and later.'MENU'
resource.