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

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

공개 메소드들

메소드 설명
TaskPaneDesigner ( ) : System

Initializes a new instance of the TaskPaneDesigner class

보호된 메소드들

메소드 설명
PreFilterProperties ( System 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 ( System properties ) : void
properties System An IDictionary containing the properties /// for the class of the component
리턴 void

TaskPaneDesigner() 공개 메소드

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