ToolboxItemContainer.UpdateFilter(ToolboxItem) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Merges the container's filter with the filter from the given item.
public:
void UpdateFilter(System::Drawing::Design::ToolboxItem ^ item);
public void UpdateFilter (System.Drawing.Design.ToolboxItem item);
member this.UpdateFilter : System.Drawing.Design.ToolboxItem -> unit
Public Sub UpdateFilter (item As ToolboxItem)
Parameters
- item
- ToolboxItem
The source of the filter to merge with the container's filter.
Remarks
You should call the UpdateFilter method when the toolbox item is modified or configured. You should also call it if a new TypeDescriptionProvider, which the changes the filter, is added.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา