Simone Marconetto asked 2018-01-19 14:26:51 UTC
Hello again,
I would like to know if i can add the title of the form to the desktop taskbar item (not the preview).
In the screenshot there are two examples:
-
To the left, a custom taskbaritem that i added with: mydesktop.Items.Add(new DesktopTaskBarItem("Text")), but i don't know how i can link it to a form when i open one.
-
To the right, the standard custom taskbaritem generated when i open a form, but if i try to watch mydesktop.Items is empty and i can't set the property Text.
Thanks!
Simone Marconetto asked 2018-01-19 14:26:51 UTC
Hello again,
I would like to know if i can add the title of the form to the desktop taskbar item (not the preview).
In the screenshot there are two examples:
To the left, a custom taskbaritem that i added with: mydesktop.Items.Add(new DesktopTaskBarItem("Text")), but i don't know how i can link it to a form when i open one.
To the right, the standard custom taskbaritem generated when i open a form, but if i try to watch mydesktop.Items is empty and i can't set the property Text.
Thanks!