ControlDesigner.PreFilterProperties(IDictionary) 方法

定义

调整组件通过 . TypeDescriptor. 公开的属性集。

protected:
 override void PreFilterProperties(System::Collections::IDictionary ^ properties);
protected override void PreFilterProperties(System.Collections.IDictionary properties);
override this.PreFilterProperties : System.Collections.IDictionary -> unit
Protected Overrides Sub PreFilterProperties (properties As IDictionary)

参数

properties
IDictionary

包含 IDictionary 组件类的属性。

注解

IDesignerFilter 接口方法重写在设计时向此设计器的组件添加一组属性。 此方法添加以下可浏览属性:Visible、、EnabledContextMenu、、AllowDropLocationNameControlsLocked

适用于

另请参阅