IXRCustomUserControlBase (Windows Embedded CE 6.0)

1/6/2010

This class provides an intermediate base class for a custom user control in Silverlight for Windows Embedded.

Syntax

class IXRCustomUserControlBase: public IXRUserControl

Methods

Method Description

IXRCustomUserControlBase::GetPropertyValue

Retrieves the value of a dependency property for a custom user control.

IXRCustomUserControlBase::SetPropertyValue

Sets the value of a dependency property for a custom user control.

Remarks

IXRCustomUserControlBase is an intermediate base class for IXRCustomUserControl.

Inheritance Hierarchy

IXRDependencyObject

    IXRUIElement

        IXRFrameworkElement

            IXRControl

                IXRUserControl

                    IXRCustomUserControlBase

                        IXRCustomUserControl    

.NET Framework Equivalent

None.

Requirements

Header XamlRuntime.h
sysgen SYSGEN_XAML_RUNTIME
Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Reference

Classes for UI Element Management