|
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.
|