AsyncPostBackTriggerEventNameConverter.GetStandardValuesSupported(ITypeDescriptorContext) 方法
定义
返回一个值,该值指示此转换器是否支持可从列表中选择的一组标准的控件事件名称。Returns a value that indicates whether this converter supports a standard set of control event names 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
参数
- context
- ITypeDescriptorContext
格式上下文。The format context.
返回
如果应调用 GetStandardValues(ITypeDescriptorContext) 来查找该对象支持的一组公共控件 ID 值,则为 true;否则为 false。true if GetStandardValues(ITypeDescriptorContext) should be called to find a common set of control ID values that the object supports; otherwise, false. 默认实现返回 true。The default implementation returns true.