panningMode()
Activates or deactivates the function for displacing the root panel in a module.
Synopsis
int panningMode(bool bFlag [, string moduleName]);
Parameters
Parameter | Description |
---|---|
bFlag | Activate or deactivate the panning mode (TRUE or FALSE) |
moduleName | Name of the module in which the panel will be displaced. Optional parameter |
Return value
If the operation has been successful, the function returns 0 and in the event of an error, -1.
Error
Missing or wrong arguments, wrong module name.
Description
The panel can be displaced in the module. A white hand symbol indicates that this mode is active.
Example
The following example activates the mode for displacing the panel in the module:
main()
{
panningMode(TRUE);
}
Assignment
Management of managers
Availability
UI