C# 클래스 mRemoteNG.UI.Controls.FilteredPropertyGrid.FilteredPropertyGrid

파일 보기 프로젝트 열기: mRemoteNG/mRemoteNG 1 사용 예제들

공개 메소드들

메소드 설명
FilteredPropertyGrid ( ) : System

Public constructor.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
HideAttribute ( Attribute attribute ) : void

Allows to hide a set of properties to the parent PropertyGrid.

For better performance, include the BrowsableAttribute with true value.

HideProperty ( PropertyDescriptor property ) : void

Allows to hide a property to the parent PropertyGrid.

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

RefreshProperties ( ) : void

Build the list of the properties to be displayed in the PropertyGrid, following the filters defined the Browsable and Hidden properties.

ShowAttribute ( Attribute attribute ) : void

Add all the properties that match an attribute to the list of properties to be displayed in the PropertyGrid.

ShowProperty ( PropertyDescriptor property ) : void

Add a property to the list of properties to be displayed in the PropertyGrid.

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

FilteredPropertyGrid() 공개 메소드

Public constructor.
public FilteredPropertyGrid ( ) : System
리턴 System