C# Class DirectX.Capture.PropertyPage

A base class for representing property pages exposed by filters.
Inheritance: IDisposable
Datei anzeigen Open project: RejectKid/MTG-Scanner

Public Properties

Property Type Description
Name string
SupportsPersisting bool

Public Methods

Method Description
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.

Method Details

Dispose() public method

Release unmanaged resources
public Dispose ( ) : void
return void

PropertyPage() public method

Constructor
public PropertyPage ( ) : System
return System

Show() public method

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
return void

Property Details

Name public_oe property

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

SupportsPersisting public_oe property

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