UpdateProgressAssociatedUpdatePanelIDConverter.GetStandardValuesSupported Method

Definition

Returns a value that indicates whether this converter supports a set of control ID values that can be selected from a list.

public:
 override bool GetStandardValuesSupported(System::ComponentModel::ITypeDescriptorContext ^ context);
public override bool GetStandardValuesSupported (System.ComponentModel.ITypeDescriptorContext context);
override this.GetStandardValuesSupported : System.ComponentModel.ITypeDescriptorContext -> bool
Public Overrides Function GetStandardValuesSupported (context As ITypeDescriptorContext) As Boolean

Parameters

context
ITypeDescriptorContext

The format context.

Returns

true if GetStandardValues(ITypeDescriptorContext) should be called to find a common set of control ID values the object supports; otherwise, false. The default is true.

Applies to