EditCommandColumn コンストラクター
定義
EditCommandColumn クラスの新しいインスタンスを初期化します。Initializes a new instance of the EditCommandColumn class.
public:
EditCommandColumn();
public EditCommandColumn ();
Public Sub New ()
例
クラスの新しいインスタンスを作成して初期化する方法を次の例に示し EditCommandColumn ます。The following example demonstrates how to create and initialize a new instance of the EditCommandColumn class.
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
注釈
このコンストラクターを使用して、クラスの新しいインスタンスを作成し、初期化し EditCommandColumn ます。Use this constructor to create and initialize a new instance of the EditCommandColumn class.