34 lines
430 B
Markdown
34 lines
430 B
Markdown
# MaxPos (Get method)
|
||
|
||
Gets the value of "MaxPos" (maximal position) of the CScroll control.
|
||
|
||
```
|
||
int MaxPos() const
|
||
|
||
```
|
||
|
||
Return 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.
|