Class OTZComboBox
OTZ コンボボックスコントロールの機能を提供します。
Inheritance
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ListControl
System.Windows.Forms.ComboBox
OTZComboBox
Implements
名前空間: OTZControls.Controls
アセンブリ: OTZControls.dll
Syntax
public class OTZComboBox : ComboBox, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IOTZControl
コンストラクタ
OTZComboBox()
コンストラクタ
宣言
public OTZComboBox()
プロパティ
ColorTable
カラーテーブルを取得または設定します。
宣言
[Browsable(false)]
public OTZControlColorTableBase ColorTable { get; set; }
プロパティ値
型 | 説明 |
---|---|
OTZControlColorTableBase | カラーテーブル。 |
Theme
テーマを取得または設定します。
宣言
public OTZControlThemeType Theme { get; set; }
プロパティ値
型 | 説明 |
---|---|
OTZControlThemeType |
メソッド
Dispose(Boolean)
ComboBox によって使用されているアンマネージド リソースを解放し、オプションでマネージド リソースも解放します。
宣言
protected override void Dispose(bool disposing)
パラメーター
型 | 名前 | 説明 |
---|---|---|
System.Boolean | disposing |
オーバーライド
System.Windows.Forms.ComboBox.Dispose(System.Boolean)
OnDpiChangedAfterParent(EventArgs)
DpiChangedAfterParent イベントを発生させます。
宣言
protected override void OnDpiChangedAfterParent(EventArgs e)
パラメーター
型 | 名前 | 説明 |
---|---|---|
System.EventArgs | e |
オーバーライド
System.Windows.Forms.Control.OnDpiChangedAfterParent(System.EventArgs)
TextToTop()
宣言
public void TextToTop()
ToArray()
宣言
public string[] ToArray()
戻り値
型 | 説明 |
---|---|
System.String[] |
WndProc(ref Message)
Windows メッセージを処理します。
宣言
protected override void WndProc(ref Message m)
パラメーター
型 | 名前 | 説明 |
---|---|---|
System.Windows.Forms.Message | m |
オーバーライド
System.Windows.Forms.ComboBox.WndProc(System.Windows.Forms.Message)