Working with the Form Control

The Form control is the container for an application's entire user interface. The Form control is the actual window that contains the application's controls. The Form class has several properties that cause the form to act differently depending on the target platform.

Understanding the Effects of the FormBorderStyle Property

The FormBorderSytle property determines the border style of the form. The default value for this feature is FormBorderStyle.FixedSingle.

On the Pocket PC, setting the property to FormBorderStyle.None creates a form with no border and no title bar. This type of form can be resized and moved in code but not by the user. Setting the property FillBorderStyle.FixedSingle or any other value will create ...

Get Microsoft® .NET Compact Framework Kick Start now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.