Finds the Style associated with the specified editor.

Namespace:  Mindscape.WpfPropertyGrid
Assembly:  Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.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