DragAuto
DragAuto is a boolean indicating whether PowerBuilder will put the control automatically into Drag Mode. DragAuto has these boolean values:
TRUE - When the control is clicked, the control is automatically in Drag Mode.
TIP: When DragAuto is TRUE, clicking the control triggers a DragDrop event, not a Clicked event.
FALSE - When the control is clicked, the control is not automatically in Drag Mode; you have manually put the control into Drag Mode by using the Drag function.
DragIcon
DragIcon is a string containing the name of the file containing the icon you want to display when the user drags a control (the .ICO file). The default icon is a box the size of the control.
When the user drags a control, the icon displays when the control is over an area in which the control can be dropped (a valid drop area). When the control is over an area that is not a valid drop area, the no drop icon displays.
|