ActionItem :: toggled - Action items toggle state
By default, control action items are not toggled. The property is set to true, when one of the action items is toggled and false, when none of the action items is toggled.
When toggling an action that has not been defined as toggle action, the action is turned into a toggle action automatically.
Return value: State of function return ( bool )
A State true indicates, that the function was executed successfully. Otherwise state is false.
Implementation overview
- Get toggled state
ActionItem :: toggled (  ) - Set toggle state
ActionItem :: toggled ( bToggle )
Implementation details
-
Get toggled state
bool ActionItem  :: toggled (  )
The property returns true, when action items are toggled (at least one) and false otherwise.
to list
-
Set toggle state
bool ActionItem  :: toggled ( bool bToggle )
The function sets the toggle state for all items to the value passed
- bToggle - - internal feature (not documented)
to list