Adds custom properties to the property list and then uses the base class to finish up

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

Syntax

C#
protected override void InitializePropertyList(
	bool ClearProperties
)
Visual Basic (Declaration)
Protected Overrides Sub InitializePropertyList ( _
	ClearProperties As Boolean _
)
Visual C++
protected:
virtual void InitializePropertyList(
	bool ClearProperties
) override

Parameters

ClearProperties
Type: System..::.Boolean

[Missing <param name="ClearProperties"/> documentation for "M:CoreDevices.Devices.ScanningConfocalCamera.InitializePropertyList(System.Boolean)"]

See Also