[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.FpList

FpList クラス

リスト ボックス コントロールを表します。

名前空間: FarPoint.Win.Spread.CellType
アセンブリ: FarPoint.Win.SpreadJ.dll
構文
public class FpList : ListBox, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
Public Class FpList
    Inherits ListBox
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable

コンストラクター

名前 説明
FpList()

新しいリスト ボックス コントロールを作成します。

プロパティ

名前 説明
ImageList

コンボボックスの画像リストを取得または設定します。

ItemData

コンボ ボックスの項目データ リストを取得または設定します。

メソッド

名前 説明
DrawListBoxItem(string, ImageList, DrawItemEventArgs, bool)

リストボックス項目の1つを描画します。

DrawListBoxItem(string, ImageList, DrawItemEventArgs, bool, SelectionMode, Color, Color)

リストボックス項目の1つを描画します。

OnAfterFocus(EventArgs)

AfterFocusイベントを発生させます。

OnGotFocus(EventArgs)

GotFocus イベントを発生させます。

イベント

名前 説明
AfterFocus

コントロールがフォーカスを取得した後に発生します。