C# Класс DroidExplorer.Core.UI.FileDialogCustomPlace

Наследование: System.Windows.Forms.ToolStripButton
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
FileDialogCustomPlace ( ) : System
FileDialogCustomPlace ( string path ) : System
FileDialogCustomPlace ( string path, EventHandler click ) : System
FileDialogCustomPlace ( string path, Image image ) : System
FileDialogCustomPlace ( string path, Image image, EventHandler click ) : System
FileDialogCustomPlace ( string path, string text, Image image ) : System
FileDialogCustomPlace ( string path, string text, Image image, EventHandler click ) : System

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

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

public FileDialogCustomPlace ( ) : System
Результат System

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

public FileDialogCustomPlace ( string path ) : System
path string
Результат System

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

public FileDialogCustomPlace ( string path, EventHandler click ) : System
path string
click EventHandler
Результат System

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

public FileDialogCustomPlace ( string path, Image image ) : System
path string
image Image
Результат System

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

public FileDialogCustomPlace ( string path, Image image, EventHandler click ) : System
path string
image Image
click EventHandler
Результат System

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

public FileDialogCustomPlace ( string path, string text, Image image ) : System
path string
text string
image Image
Результат System

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

public FileDialogCustomPlace ( string path, string text, Image image, EventHandler click ) : System
path string
text string
image Image
click EventHandler
Результат System