net472_PropertyGridHelpers.Support_IValueEditorForm - dparvin/PropertyGridHelpers GitHub Wiki
Defines the contract for a modal editor form used within a property grid.
public interface IValueEditorForm
name | description |
---|---|
Context { get; set; } | Gets or sets the type descriptor context in which the control is being used. |
Culture { get; set; } | Gets or sets the culture to use for localization or formatting. |
EditedValue { get; set; } | Gets or sets the value being edited in the form. |
ShowEditor() | Displays the editor form as a modal dialog, allowing the user to edit the value and return the result of the operation. |
Implementations of this interface provide a Windows Forms dialog that supports assigning an initial value and returning the edited value after the user completes the edit operation.
- namespace PropertyGridHelpers.Support
- assembly PropertyGridHelpers
- IValueEditorForm.cs