 | IComboBoxItem Interface |
Serves as the base for the class representing image combo box items.
Namespace:
EBP.Api.Interfaces.Controls.Editors
Assembly:
EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntaxpublic interface IComboBoxItem : IDisposable,
IEquatable<IProxy>
Public Interface IComboBoxItem
Inherits IDisposable, IEquatable(Of IProxy)
The IComboBoxItem type exposes the following members.
Properties
Methods
| Name | Description |
---|
 | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
Top
See Also