Click or drag to resize

UserControllerForObjectAttribute(Type, Int32) Constructor

Initializes a new instance of the UserControllerForObjectAttribute class.

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public UserControllerForObjectAttribute(
	Type type,
	int priority
)

Parameters

type  Type
The object type handled by the controller.
priority  Int32
The selection priority.
See Also