Share via


ContentControl Class

Constitutes the base class for all controls that contain a single piece of content. This is not an abstract class.

Namespace: Microsoft.SPOT.Presentation.Controls
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)

Syntax

public abstract class ContentControl : Control

Remarks

Note that ContentControl objects have a limited default style. Your program can instantiate a ContentControl object (that is, a control), but its appearance will be very simple. If you want to enhance the appearance of the control, derive a new class from ContentControl. The ContentControl class is useful for creating custom controls because it provides a model for controls that have a single piece of content.

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, 4.1, and 4.2.

See Also

Reference

ContentControl Members
Microsoft.SPOT.Presentation.Controls Namespace