메소드 | 설명 | |
---|---|---|
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 |
public FileDialogCustomPlace ( string path ) : System | ||
path | string | |
리턴 | System |
public FileDialogCustomPlace ( string path, EventHandler click ) : System | ||
path | string | |
click | EventHandler | |
리턴 | System |
public FileDialogCustomPlace ( string path, Image image ) : System | ||
path | string | |
image | Image | |
리턴 | System |
public FileDialogCustomPlace ( string path, Image image, EventHandler click ) : System | ||
path | string | |
image | Image | |
click | EventHandler | |
리턴 | System |
public FileDialogCustomPlace ( string path, string text, Image image ) : System | ||
path | string | |
text | string | |
image | Image | |
리턴 | System |
public FileDialogCustomPlace ( string path, string text, Image image, EventHandler click ) : System | ||
path | string | |
text | string | |
image | Image | |
click | EventHandler | |
리턴 | System |