C# 클래스 ZForge.Controls.ExplorerBar.TaskItemDesigner

A custom designer used by TaskItems to remove unwanted properties from the Property window in the designer
상속: System.Windows.Forms.Design.ControlDesigner
파일 보기 프로젝트 열기: zhuangyy/Motion

공개 메소드들

메소드 설명
TaskItemDesigner ( ) : System

Initializes a new instance of the TaskItemDesigner class

보호된 메소드들

메소드 설명
PreFilterProperties ( IDictionary properties ) : void

Adjusts the set of properties the component exposes through a TypeDescriptor

메소드 상세

PreFilterProperties() 보호된 메소드

Adjusts the set of properties the component exposes through a TypeDescriptor
protected PreFilterProperties ( IDictionary properties ) : void
properties IDictionary An IDictionary containing the properties /// for the class of the component
리턴 void

TaskItemDesigner() 공개 메소드

Initializes a new instance of the TaskItemDesigner class
public TaskItemDesigner ( ) : System
리턴 System