Click or drag to resize

IFontsComboEditor Interface

Fonts combo editor

Namespace:  EBP.Api.Interfaces.Controls.Editors
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
public interface IFontsComboEditor : IEditor<string>, 
	IEditorBase, IControl, IDisposable, IEquatable<IProxy>

The IFontsComboEditor type exposes the following members.

Properties
  NameDescription
Public propertyCharCase
Gets or Sets the character casing of the editor value
Public propertyControl
Gets the control.
(Inherited from IControl.)
Public propertyEditValue
Current value
(Inherited from IEditorT.)
Public propertyItems
Gets the collection of items displayed in the dropdown window
Public propertyMaxLength
Gets or Sets the maximum length of the input
Public propertyReadOnly
Read-only
(Inherited from IEditorT.)
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also