net90_PropertyGridHelpers.Support_IDropDownEditorControl - dparvin/PropertyGridHelpers GitHub Wiki

IDropDownEditorControl interface

Defines the contract for a control used within a drop-down editor in a property grid.

public interface IDropDownEditorControl : IDisposable

Members

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.

Remarks

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.

See Also

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