C# Класс DirectX.Capture.PropertyPage

A base class for representing property pages exposed by filters.
Наследование: IDisposable
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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