Action Type
|
Property/Event Name
|
Description
|
Example
|
---|---|---|---|
Button
|
<actionId>_Clicked
|
An event that triggers when the button is clicked.
|
Button1_Clicked
|
<actionId>_Disabled
|
Disables the button on the toolbar.
|
Button1_Disabled
|
|
<actionId>_Visible
|
Controls the visibility of the button on the toolbar.
|
Button1_Visible
|
|
Dropdown
|
<actionId>_Disabled
|
Disables the dropdown on the toolbar.
|
Dropdown1_Disabled
|
<actionId>_SelectedText
|
This bindable property enables you to set and retrieve the value of the selected text in the dropdown action.
|
Dropdown1_SelectedText
|
|
<actionId>_SelectedTextChanged
|
An event that triggers when the selected item in the drop-down list is changed.
|
Dropdown1_SelectedTextChanged
|
|
<actionId>_Visible
|
Controls the visibility of the dropdown on the toolbar.
|
Dropdown1_Visible
|
|
Link
|
<actionId>_Disabled
|
Disables the link on the toolbar.
|
Link1_Disabled
|
<actionId>_Visible
|
Controls the visibility of the link action on the toolbar.
|
Link1_Visible
|
|
Toggle Button
|
<actionId>_Disabled
|
Disables the toggle button on the toolbar.
|
Toggle1_Disabled
|
<actionId>_State
|
This bindable property enables you to set and retrieve the state of the toggle button action.
|
Toggle1_State
|
|
<actionId>_StateChanged
|
An event that triggers when the state of the toggle button is changed.
|
Toggle1_StateChanged
|
|
<actionId>_Visible
|
Controls the visibility of the toggle button action on the toolbar.
|
Toggle1_Visible
|