DictionaryPropertyEditor.ShowDialog Method (PropertyValue, IInputElement)

 

Shows the property editor dialog.

Namespace:   Microsoft.Activities.Design.PropertyEditors
Assembly:  Microsoft.Activities.Design (in Microsoft.Activities.Design.dll)

Syntax

public override void ShowDialog(
    PropertyValue propertyValue,
    IInputElement commandSource
)
public:
virtual void ShowDialog(
    PropertyValue^ propertyValue,
    IInputElement^ commandSource
) override
override ShowDialog : 
        propertyValue:PropertyValue *
        commandSource:IInputElement -> unit
Public Overrides Sub ShowDialog (
    propertyValue As PropertyValue,
    commandSource As IInputElement
)

Parameters

See Also

DictionaryPropertyEditor Class
Microsoft.Activities.Design.PropertyEditors Namespace

Return to top