[]
Invokes the property editor.
protected void InvokePropertyEditor(string propertyName)
Protected Sub InvokePropertyEditor(propertyName As String)
| Type | Name | Description |
|---|---|---|
| string | propertyName | the property name to edit. |
Invokes the property editor.
protected void InvokePropertyEditor(object instance, string propertyName)
Protected Sub InvokePropertyEditor(instance As Object, propertyName As String)
| Type | Name | Description |
|---|---|---|
| object | instance | |
| string | propertyName |