net472_PropertyGridHelpers.Support_IValueEditorForm_ShowEditor - dparvin/PropertyGridHelpers GitHub Wiki
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()
A DialogResult indicating how the user closed the editor, such as OK if the edit was confirmed.
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.
- interface IValueEditorForm
- namespace PropertyGridHelpers.Support
- assembly PropertyGridHelpers