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 |