LinkChoice
The LinkChoice UI element is a link together with a menu of actions. Clicking on the link displays a pop-up menu containing the list of actions. To define an action, insert a Choice into the LinkChoice, which is of type MenuActionItem.
|
|
|
Description of UI Element Properties
- activateAccessKey
Indicates whether access key for this control is activated. More information: Enabling Access Keys
- imageSource
defines the path to the image source. More Information: Specifying the Image Source
- text
Specifies the text.
Properties Overview
|
Name |
Interface |
Type |
Initial value |
Bindable |
|
activateAccessKey |
IWDAbstractActionChoice |
boolean |
false |
not bindable |
|
contextMenuBehaviour |
IWDContextMenuProvider |
WDContextMenuBehaviour |
inherit |
not bindable |
|
contextMenuId |
IWDContextMenuProvider |
String |
|
not bindable |
|
enabled |
IWDUIElement |
boolean |
true |
bindable |
|
imageSource |
IWDAbstractActionChoice |
String |
|
bindable |
|
text |
IWDAbstractActionChoice |
String |
|
bindable |
|
tooltip |
IWDUIElement |
String |
|
bindable |
|
visible |
IWDUIElement |
WDVisibility |
visible |
bindable |

