C# 클래스 DroidExplorer.Core.UI.FileDialogCustomPlace

상속: System.Windows.Forms.ToolStripButton
파일 보기 프로젝트 열기: camalot/droidexplorer 1 사용 예제들

공개 메소드들

메소드 설명
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