RanorexRanorex Documentation
PageDown Property
NamespacesRanorexScrollBarPageDown
Gets the page-down button portion of this scrollbar.
Declaration Syntax
C#Visual BasicVisual C++
public Button PageDown { get; }
Public ReadOnly Property PageDown As Button
	Get
public:
property Button^ PageDown {
	Button^ get ();
}
Property Value
Button
The page-down button.
Exceptions
ExceptionCondition
ElementNotFoundExceptionIf the element is not found.

Assembly: Ranorex.Core (Module: Ranorex.Core.dll) Version: 4.0.4.23593 (4.0.4.23593)