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