DataSourceDesigner.CanConfigure Property

Definition

Gets a value indicating whether the Configure() method can be called.

C#
public virtual bool CanConfigure { get; }

Property Value

true if Configure() can be called; otherwise, false. The default is false.

Implements

Remarks

Use the CanConfigure property in a custom class to enable or disable design-time configuration for a specific data source.

A design host such as Visual Studio 2005 uses the CanConfigure property to determine whether a command to configure the data source appears in the action list menu at design time.

Applies to

Proizvod Verzije
.NET Framework 2.0, 3.0, 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