Class OTZListBox
OTZ リストボックスコントロールの機能を提供します。
Inheritance
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ListControl
System.Windows.Forms.ListBox
OTZListBox
Implements
名前空間: OTZControls.Controls
アセンブリ: OTZControls.dll
Syntax
public class OTZListBox : ListBox, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IOTZControl
コンストラクタ
OTZListBox()
コンストラクタ
宣言
public OTZListBox()
プロパティ
BorderStyle
宣言
public BorderStyle BorderStyle { get; set; }
プロパティ値
型 | 説明 |
---|---|
System.Windows.Forms.BorderStyle |
ColorTable
カラーテーブルを取得または設定します。
宣言
[Browsable(false)]
public OTZControlColorTableBase ColorTable { get; set; }
プロパティ値
型 | 説明 |
---|---|
OTZControlColorTableBase | カラーテーブル。 |
Theme
テーマを取得または設定します。
宣言
public OTZControlThemeType Theme { get; set; }
プロパティ値
型 | 説明 |
---|---|
OTZControlThemeType | テーマ。 |
メソッド
OnDrawItem(DrawItemEventArgs)
OnDrawItem イベントを発生させます。
宣言
protected override void OnDrawItem(DrawItemEventArgs e)
パラメーター
型 | 名前 | 説明 |
---|---|---|
System.Windows.Forms.DrawItemEventArgs | e |
オーバーライド
System.Windows.Forms.ListBox.OnDrawItem(System.Windows.Forms.DrawItemEventArgs)
OnPaint(PaintEventArgs)
Paint イベントを発生させます。
宣言
protected override void OnPaint(PaintEventArgs e)
パラメーター
型 | 名前 | 説明 |
---|---|---|
System.Windows.Forms.PaintEventArgs | e |
オーバーライド
System.Windows.Forms.Control.OnPaint(System.Windows.Forms.PaintEventArgs)
WndProc(ref Message)
Windows メッセージを処理します。
宣言
protected override void WndProc(ref Message m)
パラメーター
型 | 名前 | 説明 |
---|---|---|
System.Windows.Forms.Message | m |
オーバーライド
System.Windows.Forms.ListBox.WndProc(System.Windows.Forms.Message)