Sdílet prostřednictvím


EditCommandColumn Konstruktor

Definice

Inicializuje novou instanci EditCommandColumn třídy.

public:
 EditCommandColumn();
public EditCommandColumn ();
Public Sub New ()

Příklady

Následující příklad ukazuje, jak vytvořit a inicializovat novou instanci EditCommandColumn třídy.

void Page_Load(Object sender, EventArgs e)
{

   EditCommandColumn editcolumn = new EditCommandColumn();
}
Sub Page_Load(sender As Object, e As EventArgs)
    Dim editcolumn As New EditCommandColumn()
End Sub

Poznámky

Tento konstruktor použijte k vytvoření a inicializaci nové instance EditCommandColumn třídy.

Platí pro