Bagikan melalui


DataBindingCollectionEditor.GetEditStyle(ITypeDescriptorContext) Metode

Definisi

Mendapatkan gaya editor yang digunakan oleh EditValue(ITypeDescriptorContext, IServiceProvider, Object) metode .

public:
 override System::Drawing::Design::UITypeEditorEditStyle GetEditStyle(System::ComponentModel::ITypeDescriptorContext ^ context);
public override System.Drawing.Design.UITypeEditorEditStyle GetEditStyle (System.ComponentModel.ITypeDescriptorContext context);
override this.GetEditStyle : System.ComponentModel.ITypeDescriptorContext -> System.Drawing.Design.UITypeEditorEditStyle
Public Overrides Function GetEditStyle (context As ITypeDescriptorContext) As UITypeEditorEditStyle

Parameter

context
ITypeDescriptorContext

Objek ITypeDescriptorContext yang mengidentifikasi komponen atau kontrol untuk mengambil gaya edit.

Mengembalikan

Objek UITypeEditorEditStyle yang menentukan gaya editor komponen atau kontrol.

Keterangan

Editor ini menyediakan gaya editor modal.

Berlaku untuk

Lihat juga