DataControlReferenceIDConverter.GetStandardValuesExclusive Method

Definition

Returns a value that indicates whether the returned control names are an exclusive list of all possible values.

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

Parameters

context
ITypeDescriptorContext

An object that provides context information to this type converter.

Returns

Always false.

Applies to