'Declaration
Public Function PageDown( _ ByVal changeSelection As Boolean _ ) As Boolean
public bool PageDown( bool changeSelection )
Parameters
- changeSelection
- if set to
true
changes the selected row.
Return Value
true, if the scroll occurs
true
changes the selected row.
'Declaration
Public Function PageDown( _ ByVal changeSelection As Boolean _ ) As Boolean
public bool PageDown( bool changeSelection )
true
changes the selected row.