C# 클래스 DroidExplorer.Controls.CollapsibleSplitterDesigner

A simple designer class for the CollapsibleSplitter control to remove unwanted properties at design time.
상속: System.Windows.Forms.Design.ControlDesigner
파일 보기 프로젝트 열기: camalot/droidexplorer

공개 메소드들

메소드 설명
CollapsibleSplitterDesigner ( ) : System

Initializes a new instance of the CollapsibleSplitterDesigner class.

보호된 메소드들

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

Adjusts the set of properties the component exposes through a .

메소드 상세

CollapsibleSplitterDesigner() 공개 메소드

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

PreFilterProperties() 보호된 메소드

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