ContentControl Members
The following tables list the members exposed by the ContentControl type.
Protected Constructors
Name | Description | |
---|---|---|
ContentControl | Initializes a new instance of the ContentControl class. |
Public Fields
Name | Description | |
---|---|---|
Dispatcher | (Inherited from DispatcherObject.) |
Protected Fields
Name | Description | |
---|---|---|
_horizontalAlignment | (Inherited from UIElement.) | |
_verticalAlignment | (Inherited from UIElement.) |
Public Properties
Name | Description | |
---|---|---|
ActualHeight | (Inherited from UIElement.) | |
ActualWidth | (Inherited from UIElement.) | |
Background | (Inherited from Control.) | |
Child | Gets or sets a child element (child control) contained in the current ContentControl object. | |
Font | (Inherited from Control.) | |
Foreground | (Inherited from Control.) | |
Height | (Inherited from UIElement.) | |
HorizontalAlignment | (Inherited from UIElement.) | |
IsArrangeValid | (Inherited from UIElement.) | |
IsEnabled | (Inherited from UIElement.) | |
IsFocused | (Inherited from UIElement.) | |
IsMeasureValid | (Inherited from UIElement.) | |
IsVisible | (Inherited from UIElement.) | |
Parent | (Inherited from UIElement.) | |
RootUIElement | (Inherited from UIElement.) | |
VerticalAlignment | (Inherited from UIElement.) | |
Visibility | (Inherited from UIElement.) | |
Width | (Inherited from UIElement.) |
Protected Properties
Name | Description | |
---|---|---|
InstanceEventHandlersStore | (Inherited from UIElement.) | |
LogicalChildren | (Inherited from UIElement.) |
Public Methods
Protected Methods
Name | Description | |
---|---|---|
ArrangeOverride | (Inherited from UIElement.) | |
Finalize | (Inherited from Object.) | |
MeasureOverride | Remeasures a control for layout on a display device. | |
MemberwiseClone | (Inherited from Object.) | |
OnButtonDown | (Inherited from UIElement.) | |
OnButtonUp | (Inherited from UIElement.) | |
OnChildDesiredSizeChanged | (Inherited from UIElement.) | |
OnGenericEvent | (Inherited from UIElement.) | |
OnGotFocus | (Inherited from UIElement.) | |
OnLostFocus | (Inherited from UIElement.) | |
OnPreviewButtonDown | (Inherited from UIElement.) | |
OnPreviewButtonUp | (Inherited from UIElement.) | |
OnTouchDown | (Inherited from UIElement.) | |
OnTouchGestureChanged | (Inherited from UIElement.) | |
OnTouchGestureEnded | (Inherited from UIElement.) | |
OnTouchGestureStarted | (Inherited from UIElement.) | |
OnTouchMove | (Inherited from UIElement.) | |
OnTouchUp | (Inherited from UIElement.) |
Public Events
Name | Description | |
---|---|---|
IsEnabledChanged | (Inherited from UIElement.) | |
IsVisibleChanged | (Inherited from UIElement.) | |
TouchDown | (Inherited from UIElement.) | |
TouchGestureChanged | (Inherited from UIElement.) | |
TouchGestureEnd | (Inherited from UIElement.) | |
TouchGestureStart | (Inherited from UIElement.) | |
TouchMove | (Inherited from UIElement.) | |
TouchUp | (Inherited from UIElement.) |
See Also
Reference
ContentControl Class
Microsoft.SPOT.Presentation.Controls Namespace