Interface IListBoxHandler
Contains methods and properties which allows to work with list box control.
public interface IListBoxHandler : IControlHandler, IDisposableObject, IDisposable
Properties
- HasBorder
Gets or sets a value indicating whether the control has a border.
Methods
- EnsureVisible(int)
Ensures that the item is visible within the control, scrolling the contents of the control, if necessary.
- HitTest(PointD)
Returns the zero-based index of the item at the specified coordinates.