:: com :: sun :: star :: awt ::

struct Selection
Description
specifies a numerical range.

Elements' Summary
Min specifies the lower limit of the range.  
Max specifies the upper limit of the range.  
Elements' Details
Min
long Min;
Description
specifies the lower limit of the range.
Max
long Max;
Description
specifies the upper limit of the range.
Top of Page