Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
AI Productivity Tools
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
I've add a button to titlebar to allow the user set the form to fullscreen.
var screen = Screen.FromControl(
this
);
.MinimumSize = screen.Bounds.Size;
.Bounds = screen.Bounds;
But seems shapedform don't allow me to do that. Is there anyway to achive that?