Initialises a new instance of the BuiltInEditor class.

Namespace:  Mindscape.WpfPropertyGrid
Assembly:  Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)

Syntax

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

Parameters

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

See Also