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

Defines the menu controls for the Common File Dialog.
Наследование: CommonFileDialogProminentControl
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CommonFileDialogMenu ( ) : System

Creates a new instance of this class.

CommonFileDialogMenu ( string text ) : System

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

CommonFileDialogMenu ( string name, string text ) : System

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

Приватные методы

Метод Описание
Attach ( IFileDialogCustomize dialog ) : void

Attach the Menu control to the dialog object.

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

CommonFileDialogMenu() публичный Метод

Creates a new instance of this class.
public CommonFileDialogMenu ( ) : System
Результат System

CommonFileDialogMenu() публичный Метод

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

CommonFileDialogMenu() публичный Метод

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