Windows Forms Controls in the .NET Compact Framework
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
The .NET Compact Framework System.Windows.Forms classes are optimized for size and performance and use device resources judiciously. Most of the familiar and popular controls for Windows applications are available. You also can derive controls or create custom controls in your applications.
The .NET Compact Framework supports common Windows functionality including z-ordering, focus, activation, capture, overlapping, and parent-child relationships. Resource-intensive features, such as enumerations and events that are not appropriate for device applications, are not implemented.
In This Section
Term |
Definition |
---|---|
Describes the available controls in the .NET Compact Framework and their implementation behaviors. |
|
Describes how to customize and extend controls. |
|
Describes tab order behavior among controls in the .NET Compact Framework. |
|
Shows how to manipulate docking behavior when multiple controls are present on a form. |
|
Shows how to create a custom event. |
|
Shows how to create a button that displays an image. |
|
Shows how to create a text box that accepts only numeric input. |
|
Shows how to create a custom control for an owner-drawn list box. |
|
Describes a workaround for not having the OnEnter and OnLeave methods available in the .NET Compact Framework. |
|
Describes how to display help topics for .NET Compact Framework applications. |
|
Describes how to program your application so that it will display correctly with different screen orientations and pixel resolutions. |
|
Describes how to implement vertical and horizontal scrolling. |
|
Describes a workaround for not having the Sort method for a ListView available in the .NET Compact Framework. |
|
How to: Use the DateTimePicker Class in the .NET Compact Framework |
Describes differences with the DateTimePicker class in the .NET Compact Framework. |
Reference
- Microsoft.WindowsCE.Forms
Contains classes for programming device applications using the.NET Compact Framework.