Compartilhar via


ComboBox<T> Classe

Definição

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

Parâmetros de tipo

T
Herança
ComboBox<T>

Construtores

ComboBox<T>()

Campos

DefaultAutoCompleteMode
DefaultAutoCompleteSource
DefaultValue

Propriedades

AutoCompleteMode
AutoCompleteSource
RdlValue

Métodos

OnGotFocus(EventArgs)
OnHandleCreated(EventArgs)
OnLostFocus(EventArgs)
OnRdlValueChanged(EventArgs)
OnSelectedIndexChanged(EventArgs)
OnTextChanged(EventArgs)
OnValidated(EventArgs)
Remove(T)

Eventos

RdlValueChanged

Aplica-se a