set-label in check-box%
Sets a window's label. The window's natural minimum size might be different after the label is changed, but the window's minimum size is not recomputed.
See
get-label for more information.
(-> voidsenda-check-boxset-labellabel)
label:bitmap%objectSince
labelis a bitmap, the bitmap must be valid (seeok?inbitmap%) and not installed in abitmap-dc%object; otherwise, anexn:fail:contractexception is raised. If the bitmap has a mask (seeget-loaded-maskinbitmap%) that is the same size as the bitmap, then the mask is used for the label; furthermore, in contrast to the limitations ofdraw-bitmapindc<%>, non-monochrome label masks work consistently on all platforms. The bitmap label is installed only if the control was originally created with a bitmap label.
(-> voidsenda-check-boxset-labell)
l: string (up to 200 characters)If the window was not created with a label, or if the window was created with a non-string label,
lis ignored.