net472_PropertyGridHelpers.Support_IDropDownEditorControl - dparvin/PropertyGridHelpers GitHub Wiki
Interface for a control that can be used to edit a value in a drop-down editor.
public interface IDropDownEditorControl : IDisposable
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. |
- namespace PropertyGridHelpers.Support
- assembly PropertyGridHelpers
- IDropDownEditorControl.cs