[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.FpList

FpList Class

Represents a list box control.

Namespace: FarPoint.Win.Spread.CellType
Assembly: FarPoint.Win.Spread.dll
Syntax
public class FpList : ListBox, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
Public Class FpList
    Inherits ListBox
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable

Constructors

Name Description
FpList()

Creates a new list box control.

Properties

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.

Methods

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.

Events

Name Description
AfterFocus

Occurs after the control gets focus.