![]() |
Drag Control Constants |
Header: Controls.h |
Specify whether the user is dragging an indicator or the whole control.
enum { kDragControlEntireControl = 0, kDragControlIndicator = 1 };
Dragging the entire control.
Dragging the indicator.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)