C# Класс Microsoft.WindowsAPICodePack.Dialogs.Controls.CommonFileDialogProminentControl

Defines the properties and constructors for all prominent controls in the Common File Dialog.
Наследование: Microsoft.WindowsAPICodePack.Dialogs.Controls.CommonFileDialogControl
Показать файл Открыть проект

Защищенные методы

Метод Описание
CommonFileDialogProminentControl ( ) : System.Windows.Markup

Creates a new instance of this class.

CommonFileDialogProminentControl ( string text ) : System.Windows.Markup

Creates a new instance of this class with the specified text.

CommonFileDialogProminentControl ( string name, string text ) : System.Windows.Markup

Creates a new instance of this class with the specified name and text.

Описание методов

CommonFileDialogProminentControl() защищенный Метод

Creates a new instance of this class.
protected CommonFileDialogProminentControl ( ) : System.Windows.Markup
Результат System.Windows.Markup

CommonFileDialogProminentControl() защищенный Метод

Creates a new instance of this class with the specified text.
protected CommonFileDialogProminentControl ( string text ) : System.Windows.Markup
text string The text to display for this control.
Результат System.Windows.Markup

CommonFileDialogProminentControl() защищенный Метод

Creates a new instance of this class with the specified name and text.
protected CommonFileDialogProminentControl ( string name, string text ) : System.Windows.Markup
name string The name of this control.
text string The text to display for this control.
Результат System.Windows.Markup