ComboBox<T> クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
generic <typename T>
where T : value classpublic ref class ComboBox : System::Windows::Forms::ComboBox
public class ComboBox<T> : System.Windows.Forms.ComboBox where T : struct
type ComboBox<'T (requires 'T : struct)> = class
inherit ComboBox
Public Class ComboBox(Of T)
Inherits ComboBox
型パラメーター
- T
- 継承
-
ComboBox<T>
コンストラクター
| 名前 | 説明 |
|---|---|
| ComboBox<T>() | |
フィールド
| 名前 | 説明 |
|---|---|
| DefaultAutoCompleteMode | |
| DefaultAutoCompleteSource | |
| DefaultValue | |
プロパティ
| 名前 | 説明 |
|---|---|
| AutoCompleteMode | |
| AutoCompleteSource | |
| RdlValue | |
メソッド
| 名前 | 説明 |
|---|---|
| OnGotFocus(EventArgs) | |
| OnHandleCreated(EventArgs) | |
| OnLostFocus(EventArgs) | |
| OnRdlValueChanged(EventArgs) | |
| OnSelectedIndexChanged(EventArgs) | |
| OnTextChanged(EventArgs) | |
| OnValidated(EventArgs) | |
| Remove(T) | |
イベント
| 名前 | 説明 |
|---|---|
| RdlValueChanged | |