All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
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?