Creates a strongly-typed ObjectWrapper.
Namespace:
Mindscape.WpfPropertyGridAssembly: Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public static ObjectWrapper CreateWrapper( Node property, bool editable ) |
Visual Basic (Declaration) |
---|
Public Shared Function CreateWrapper ( _ property As Node, _ editable As Boolean _ ) As ObjectWrapper |
Parameters
- property
- Type: Mindscape.WpfPropertyGrid..::.Node
The property whose value is to be accessed through the wrapper.
- editable
- Type: System..::.Boolean
Whether the value can be modified.