This property sets whether or not the Pan Window form's icon is displayed in the Windows Taskbar
[Visual Basic] Public Property PWShowInTaskbar
As Boolean
[C#] public bool PWShowInTaskbar {get;
set;}
Property Value
True: Displayed in the Windows Taskbar
False: Not displayed in the Windows Taskbar.
Default value: False
Explanation
The PWShowInTaskbar property sets whether or not the Pan Window form's icon is displayed in the Windows Taskbar.
When the PWShowInTaskbar is true, the Pan Window form's icon is displayed in the Windows Taskbar.