C# Class DroidExplorer.Core.UI.FileDialogCustomPlace

Inheritance: System.Windows.Forms.ToolStripButton
Mostrar archivo Open project: camalot/droidexplorer Class Usage Examples

Public Methods

Method Description
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

Method Details

FileDialogCustomPlace() public method

public FileDialogCustomPlace ( ) : System
return System

FileDialogCustomPlace() public method

public FileDialogCustomPlace ( string path ) : System
path string
return System

FileDialogCustomPlace() public method

public FileDialogCustomPlace ( string path, EventHandler click ) : System
path string
click EventHandler
return System

FileDialogCustomPlace() public method

public FileDialogCustomPlace ( string path, Image image ) : System
path string
image Image
return System

FileDialogCustomPlace() public method

public FileDialogCustomPlace ( string path, Image image, EventHandler click ) : System
path string
image Image
click EventHandler
return System

FileDialogCustomPlace() public method

public FileDialogCustomPlace ( string path, string text, Image image ) : System
path string
text string
image Image
return System

FileDialogCustomPlace() public method

public FileDialogCustomPlace ( string path, string text, Image image, EventHandler click ) : System
path string
text string
image Image
click EventHandler
return System