IXRCustomUserControlBase (Compact 2013)
3/28/2014
This class provides an intermediate base class for a custom user control in XAML for Windows Embedded.
Syntax
class IXRCustomUserControlBase: public IXRUserControl
Inheritance Hierarchy
IXRCustomUserControlBase
Methods
Method |
Description |
---|---|
Retrieves the value of a dependency property for a custom user control. |
|
Sets the value of a dependency property for a custom user control. |
Thread Safety
Members of this class are thread-safe if you previously called IXRApplication::CreateHostFromXaml and supplied it with an XRWindowCreateParams structure that has AllowsMultipleThreadAccess set to true.
Remarks
IXRCustomUserControlBase is an intermediate base class for IXRCustomUserControl.
If you create a class instance, use an IXRCustomUserControlBasePtr smart pointer instead of a raw interface pointer. For more information, see XRPtr<Interface>.
.NET Framework Equivalent
None.
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |