MaxPos
MaxPos (Get method)
Gets the value of “MaxPos” (maximal position) of the CScroll control.
int MaxPos() constReturn Value
New value of “MaxPos” property.
MaxPos (Set method)
Sets the value of “MaxPos” (maximal position) of the CScroll control.
void MaxPos(
const int value // value
)Parameters
- value
[in] New value of “MaxPos” property.
Return Value
None.
Last updated on