net472_PropertyGridHelpers.Support_IDropDownEditorControl - dparvin/PropertyGridHelpers GitHub Wiki

IDropDownEditorControl interface

Interface for a control that can be used to edit a value in a drop-down editor.

public interface IDropDownEditorControl : IDisposable

Members

name description
Value { get; set; } Gets or sets the value to be edited.
event ValueCommitted Event raised when the user indicates they are done editing.

See Also

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