次の方法で共有


DataGridTextBoxColumn コンストラクタ (PropertyDescriptor, String, Boolean)

このメンバは、.NET Framework インフラストラクチャのサポートを目的としています。独自に作成したコード内で直接使用することはできません。

Public Sub New( _
   ByVal prop As PropertyDescriptor, _   ByVal format As String, _   ByVal isDefault As Boolean _)
[C#]
public DataGridTextBoxColumn(
   PropertyDescriptorprop,stringformat,boolisDefault);
[C++]
public: DataGridTextBoxColumn(
   PropertyDescriptor* prop,String* format,boolisDefault);
[JScript]
public function DataGridTextBoxColumn(
   prop : PropertyDescriptor,format : String,isDefault : Boolean);

参照

DataGridTextBoxColumn クラス | DataGridTextBoxColumn メンバ | System.Windows.Forms 名前空間 | DataGridTextBoxColumn コンストラクタのオーバーロードの一覧