Navigation
API > API/Developer > API/Developer/AutomationDriver > API/Developer/AutomationDriver/IApplicationElement
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsScrollable () |
IApplicationElement.h | ||
bool IsScrollable
(
EOrientation& OutScrollOrientation |
IApplicationElement.h |
IsScrollable()
| Name | IsScrollable |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/IApplicationElement.h |
| Include Path | #include "IApplicationElement.h" |
bool IsScrollable() const
whether this application element is scrollable
IsScrollable(EOrientation &)
| Name | IsScrollable |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/IApplicationElement.h |
| Include Path | #include "IApplicationElement.h" |
bool IsScrollable
(
EOrientation & OutScrollOrientation
) const
whether this application element is scrollable; OutScrollOrientation will be set to the orientation of the element only if the element is scrollable