DropdownMenu
Last updated
Was this helpful?
Last updated
Was this helpful?
Namespace: Progile.TRIO.BaseModel Assembly: Progile.TRIO.BaseModel (in Progile.TRIO.BaseModel.dll)
Progile.TRIO.BaseModel.DropdownMenu
Creates a new DropdownMenu instance. Instead of the normal where we identify the label and then detect the at the location, for a DropdownMenu the is clicked (or hovered, depending on the parameter: hoverToExpand) directly to expand the menu list.
Syntax:
Parameter
Description
appBasics
displayName
imageReference
hoverToExpand
[opensOnSide]
[filters]
DropdownMenu (IAppBasics, string, string, bool, bool, IImageFilter[ ])Syntax:
Parameter
Description
appBasics
displayName
menuLabelText
hoverToExpand
[opensOnSide]
[filters]
Name
Description
Opens the dropdown list and returns a rectangle for the list (based on rectangle with changes after expanding dropdown list).
Name
Description
When opening the dropdown, how big the Filter should be where we look for changes. Decrease when too many changes are found, increase when needed change is not found. Used Filter is also shown in log when registering for update check before the click. Default: Size(100, 50)
Type:
The interface for the AppBasics, that is available on every . Allows access to the and the application window.
Type: The name of the element that will be used for logging and reporting of exceptions (customer facing).
Type: The image that will be used to locate the DropdownMenu on the screen.
Type: When true, instead of clicking the menu to expand it, we simply hover over it
Type: Whether the dropdown menu will open on the side of the label (e.g. for a typical submenu). Default is false, i.e. list will open below or above
Type: [ ] Typically a filter indicating the area of interest for the image search.
Creates a new DropdownMenu instance. Instead of the normal where we identify the label and then detect the at the location, for a DropdownMenu the is clicked (or hovered, depending on the parameter: hoverToExpand) directly to expand the menu list.
Type:
The interface for the AppBasics, that is available on every . Allows access to the and the application window.
Type: The name of the element that will be used for logging and reporting of exceptions (customer facing).
Type: The search text that will be used to locate the dropdown menu on the screen.
Type: When true, instead of clicking the menu to expand it, we simply hover over it
Type: Whether the dropdown menu will open on the side of the label (e.g. for a typical submenu). Default is false, i.e. list will open below or above
Type: [ ] Typically a filter indicating the area of interest for the image search.
Opens the dropdown menu, searches the first value from selections in the list and selects it to open the next submenu. Then the next value is found in the submenu and so on. If one of the texts cannot be found, throws a .