[]
        
(Showing Draft Content)

C1.Win.Design.C1ControlDesigner.InvokePropertyEditor

InvokePropertyEditor Method

InvokePropertyEditor(string)

Invokes the property editor.

Declaration
protected void InvokePropertyEditor(string propertyName)
Protected Sub InvokePropertyEditor(propertyName As String)
Parameters
Type Name Description
string propertyName

the property name to edit.

InvokePropertyEditor(object, string)

Invokes the property editor.

Declaration
protected void InvokePropertyEditor(object instance, string propertyName)
Protected Sub InvokePropertyEditor(instance As Object, propertyName As String)
Parameters
Type Name Description
object instance
string propertyName