|
|
|
|
|
SysThumbnailDeleteButton (Function) In french: SysMiniatureSupprimeBouton Deletes one of the buttons found on the application thumbnail in the taskbar. // Deletes the button at rank 3 SysThumbnailDeleteButton(3)
Syntax
<Result> = SysThumbnailDeleteButton(<Button number>)
<Result>: Boolean - True if the button was deleted,
- False otherwise.
<Button number>: Integer Rank of the button to delete (included between 1 and 7). When adding a button, SysThumbnailAddButton returns the rank of the added button. Remarks - When a button is deleted, the ranks of the following buttons are modified. For example, if the button of rank 4 is deleted, the button of rank 5 becomes the button of rank 4 once this deletion was performed.
- To delete all the buttons linked to a thumbnail, use SysThumbnailDeleteAll.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|