net90_PropertyGridHelpers.Support_IDropDownEditorControl - dparvin/PropertyGridHelpers GitHub Wiki
Defines the contract for a control used within a drop-down editor in a property grid.
public interface IDropDownEditorControl : IDisposable
name | description |
---|---|
Value { get; set; } | Gets or sets the current value being edited by the drop-down control. |
event ValueCommitted | Occurs when the user has completed editing and committed the value. |
Implementations of this interface are intended to provide interactive editors that can be hosted inside a drop-down area of a PropertyGrid. The editor control must support assigning and retrieving a value and notify when editing is committed.
- namespace PropertyGridHelpers.Support
- assembly PropertyGridHelpers
- IDropDownEditorControl.cs