This function allows to define display mode for the button related to the current application in the Adelia Cloud desktop task bar.
Warning: This function must be used in the client part of the program. Moreover, if you choose to hide the button, you will no longer be able to interact with the application windows if they are minimised (except by programming).
Context
Adelia Cloud client.
Parameters
ALPHA (n) |
Mode |
Display mode. Possible values: normal : the application button is displayed in the task bar normally, hidden : the application button is not displayed. |
BOOL |
ReturnCode |
Possible values: *TRUE if the operation was successful, *FALSE if the operation failed (invalid display mode). |
Example
CALL_DLL 'VATOOLBX.DLL' 'VaToolBxCloudSetTaskbarDisplayMode' 'hidden' ReturnCode
List of the VaToolBx functions by topic