Show / Hide Table of Contents

Interface IDeviceControlFactory

Represents a device control factory.

Namespace: Phoenix.Devices
Assembly: Phoenix.Abstractions.Devices.dll
Syntax
public interface IDeviceControlFactory

Methods

View Source

CreateDeviceControl(IDevice)

Creates an instance of the device control.

Declaration
UserControl CreateDeviceControl(IDevice device)
Parameters
Type Name Description
IDevice device

The device to create a control for.

Returns
Type Description
System.Windows.Controls.UserControl

The device control.

  • View Source
In This Article
Back to top Generated by DocFX