Finds the Style associated with the specified editor.

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

Syntax

C#
public Style FindStyle(
	Object editorKey
)
Visual Basic (Declaration)
Public Function FindStyle ( _
	editorKey As Object _
) As Style

Parameters

editorKey
Type: System..::.Object
The key identifying the editor to search for.

Return Value

The Style associated with the editor key in this collection if there is one; otherwise null.

See Also