Initialises a new instance of the BuiltInEditor class.

Namespace:  Mindscape.WpfElements.WpfPropertyGrid
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public BuiltInEditor(
	BuiltInEditorStyleCollection builtInEditorStyles
)
Visual Basic (Declaration)
Public Sub New ( _
	builtInEditorStyles As BuiltInEditorStyleCollection _
)

Parameters

builtInEditorStyles
Type: Mindscape.WpfElements.WpfPropertyGrid..::.BuiltInEditorStyleCollection
The styles to be applied to built-in editors.

See Also