C# Class DirectX.Capture.PropertyPage

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

Méthodes publiques

Свойство Type Description
Name string
SupportsPersisting bool

Méthodes publiques

Méthode 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 méthode

Release unmanaged resources
public Dispose ( ) : void
Résultat void

PropertyPage() public méthode

Constructor
public PropertyPage ( ) : System
Résultat System

Show() public méthode

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
Résultat void

Property Details

Name public_oe property

Name of property page. This name may not be unique
public string Name
Résultat string

SupportsPersisting public_oe property

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