net472_PropertyGridHelpers.Support_IValueEditorForm_ShowEditor - dparvin/PropertyGridHelpers GitHub Wiki

IValueEditorForm.ShowEditor method

Displays the editor form as a modal dialog, allowing the user to edit the value and return the result of the operation.

public DialogResult ShowEditor()

Return Value

A DialogResult indicating how the user closed the editor, such as OK if the edit was confirmed.

Remarks

This method is intended to be called by the property editor to show the editing interface. In production implementations, it should display the form using ShowDialog(), while in unit tests, it can be overridden to simulate user interaction without displaying a window.

See Also

⚠️ **GitHub.com Fallback** ⚠️