Interface IDeviceControlFactory
Represents a device control factory.
Namespace: Phoenix.Devices
Assembly: Phoenix.Abstractions.Devices.dll
Syntax
public interface IDeviceControlFactory
Methods
View SourceCreateDeviceControl(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. |