Home > comp > gb.qt4 > action > raise 
 en fr de es it nl pl pt pt_BR mk sq hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
Action.Raise (gb.qt4)
Static Sub Raise ( Control As Object )

Activates the action the specified Control is linked to.

This is done automatically by the component when a control linked to this action is activated: i.e. clicked for a Button, a ToggleButton, a ToolButton or a Menu, shown or hidden for a SidePanel, a ToolBar or a Window.

An activated action is handled in the window the control belongs to by a method named Action_Activate returning a boolean value.

If this method does not exist, or if it returns TRUE: