Bitmap Control

This document covers the following topics:


Description

A bitmap control is a picture to be displayed anywhere within a dialog window. It helps explain the purpose of dialog elements in a graphical way. The end user may choose upon a bitmap control and drag it onto another bitmap control in the same dialog. You can allow this by using the attributes ENABLED and DRAGGABLE and the PROCESS GUI statement actions INQ-CLICKPOSITION and INQ-DRAG-DROP.

Attributes for Bitmap Control

Attribute Name Query Set/Modify In Attr. Window
ACCELERATOR X X/X X
BITMAP-FILE-NAME X X/X X
CLIENT-DATA X X/X  
CLIENT-HANDLE X X/X  
CLIENT-KEY X X/X  
CLIENT-VALUE X X/X  
CONTEXT-MENU X X/X X
DIL-TEXT X X/X X
DRAG-MODE X X/X X
DROP-MODE X X/X X
DRAGGABLE X X/X X
ENABLED X X/X X
FIRST-CHILD X -/-  
FOLLOWS X X/X  
HELP-ID X X/X X
LAST-CHILD X -/-  
OWNER X X/-  
PARENT X X/-  
PREDECESSOR X -/-  
RECTANGLE-H X X/X X
RECTANGLE-W X X/X X
RECTANGLE-X X X/X X
RECTANGLE-Y X X/X X
STYLE X X/X X
SUCCESSOR X -/-  
SUPPRESS-BEGIN-DRAG-EVENT X X/X  
SUPPRESS-CLICK-EVENT X X/X  
SUPPRESS-DBL-CLICK-EVENT X X/X  
SUPPRESS-DRAG-DROP-EVENT X X/X  
SUPPRESS-DRAG-ENTER-EVENT X X/X  
SUPPRESS-DRAG-LEAVE-EVENT X X/X  
SUPPRESS-DRAG-OVER-EVENT X X/X  
SUPPRESS-END-DRAG-EVENT X X/X  
TOOLTIP X X/X  
TYPE X X/-  
VISIBLE X X/X X

Events

Begin-Drag Event, Click Event, Double-Click Event, Drag-Drop Event, Drag-Enter Event, Drag-Leave Event, Drag-Over Event, End-Drag Event (all events may be suppressed).