You can switch to full screen view on your Form. In Fullscreen mode, you can block unexpected user actions for the Title bar or Windows Taskbar.
The following behaviors exist when setting the different values of the FullScreenMode enumeration:
Use the following code to switch your form to full screen view:
[C#]
c1Zoom1.FullScreenMode = C1.Win.TouchToolKit.FullScreenMode.FullScreen; |
[Visual Basic]
C1Zoom1.FullScreenMode = C1.Win.TouchToolKit.FullScreenMode.FullScreen |
Note: MDI Child Form does not support Fullscreen mode.