| Home | TOC | Index |
| DoIndepArrowResponse | DoOwnerResponse | DoReStyleControl | DoAdjustRect | DoGetExtent | DoGetCurrentPage | DoGetCurrentGroup |
long DoGetExtent(BOOL isfine)
This method returns the current coarse or fine extent of the scrollbar.
NAME |
TYPE |
VALUE AND MEANING |
|---|---|---|
isFine |
BOOL |
TRUEThe fine extent is computed, being the unit change in position by moving the finetracker at the current tracklevel of the Scrollbar, equal to the Pagesize multiplied by DynRadix raised to the power of m_TrackLevel. FALSEThe coarse extent is computed, being the unit change in position by moving the coarsetracker at the maximum tracklevel of the Scrollbar, equal to the Pagesize multiplied by DynRadix raised to the power of m_TrackLevelMax. |
The value computed of type long is returned.
4/13/2006, 1:16:00 PM
| Home | TOC | Index |