[]
Represents a list box control.
public class FpList : ListBox, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
Public Class FpList
Inherits ListBox
Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
Name | Description |
---|---|
FpList() | Creates a new list box control. |
Name | Description |
---|---|
ImageList | Gets or sets the image list of a combo box. |
ItemData | Gets or sets the item data list of a combo box. |
Name | Description |
---|---|
DrawListBoxItem(string, ImageList, DrawItemEventArgs, bool) | Draws one of the list box items. |
DrawListBoxItem(string, ImageList, DrawItemEventArgs, bool, SelectionMode, Color, Color) | Draws one of the list box items. |
OnAfterFocus(EventArgs) | Raises the AfterFocus event |
OnGotFocus(EventArgs) | Raises the GotFocus event. |
Name | Description |
---|---|
AfterFocus | Occurs after the control gets focus. |