C# 클래스 DirectX.Capture.PropertyPage

A base class for representing property pages exposed by filters.
상속: IDisposable
파일 보기 프로젝트 열기: RejectKid/MTG-Scanner

공개 프로퍼티들

프로퍼티 타입 설명
Name string
SupportsPersisting bool

공개 메소드들

메소드 설명
Dispose ( ) : void

Release unmanaged resources

PropertyPage ( ) : System

Constructor

Show ( Control owner ) : void

Show the property page. Some property pages cannot be displayed while previewing and/or capturing. This method will block until the property page is closed by the user.

메소드 상세

Dispose() 공개 메소드

Release unmanaged resources
public Dispose ( ) : void
리턴 void

PropertyPage() 공개 메소드

Constructor
public PropertyPage ( ) : System
리턴 System

Show() 공개 메소드

Show the property page. Some property pages cannot be displayed while previewing and/or capturing. This method will block until the property page is closed by the user.
public Show ( Control owner ) : void
owner System.Windows.Forms.Control
리턴 void

프로퍼티 상세

Name 공개적으로 프로퍼티

Name of property page. This name may not be unique
public string Name
리턴 string

SupportsPersisting 공개적으로 프로퍼티

Does this property page support saving and loading the user's choices.
public bool SupportsPersisting
리턴 bool