DataPagerFieldTypeEditor.EditValue Method

Definition

Displays the visual editor by using the style that is indicated by the GetEditStyle method to update the Fields property.

C#
public override object EditValue(System.ComponentModel.ITypeDescriptorContext context, IServiceProvider provider, object value);

Parameters

context
ITypeDescriptorContext

Context information about the design environment.

provider
IServiceProvider

A reference to the associated designer.

value
Object

The object to edit.

Returns

The new value of the object.

Applies to

Produkt Verze
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also