WIDGETELEMDRAGTHRESHOLD
Brew Release
Brew MP 1.0.2
See Also
Description
This data type specifies the structure used to set the widget element drag
threshold. It is used to update the threshold value using
PROPEX_WIDGETELEMDRAGTRSHLD.
Members
nElemType: Element type indentifier
dragRect: The drag threshold values
Definition
typedef struct { int nElemType; // the element type that has the drag values associated with DragRect dragRect; // contains the left, right, top, bottom drag values } WidgetElemDragThreshold;
Comments
None
COMMENTS (0)
See Below