Connects the default property listing GUI to this device. The properties are automatically loaded into the prop list.

Namespace:  CoreDevices.Devices
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void SetPropUI(
	IPropertyList TargetPropertyList
)
Visual Basic (Declaration)
Public Sub SetPropUI ( _
	TargetPropertyList As IPropertyList _
)
Visual C++
public:
virtual void SetPropUI(
	IPropertyList^ TargetPropertyList
) sealed

Parameters

TargetPropertyList
Type: CoreDevices..::.IPropertyList

[Missing <param name="TargetPropertyList"/> documentation for "M:CoreDevices.Devices.MMDeviceBase.SetPropUI(CoreDevices.IPropertyList)"]

See Also