ExtenderControlDesigner.PreFilterProperties(IDictionary) 方法
定义
调整控件的属性网格中列出的项。Adjusts the items listed in the properties grid for the control.
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
一个包含控件的属性的字典。A dictionary that contains the properties for the control.