ATTR_USE_SUBIMAGE
Type: | Control attribute |
Description: | Specifies whether to allow a picture button control to display a subset of its loaded image. The subset of the image file is sized to the control. The location and size of the subset is specified by the following attributes, which are in terms of pixels: ATTR_SUBIMAGE_TOP ATTR_SUBIMAGE_LEFT ATTR_SUBIMAGE_WIDTH ATTR_SUBIMAGE_HEIGHT 0 = Disable subimage 1 = Enable subimage |
Control Types: | Picture buttons. |
Data Type: | integer |
Default Value: | 0 |
LabWindows/CVI Compatibility: |
LabWindows/CVI 4.0 and later |
Values
0 | False |
1 | True |