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 |
public FileDialogCustomPlace ( string path ) : System | ||
path | string | |
return | System |
public FileDialogCustomPlace ( string path, EventHandler click ) : System | ||
path | string | |
click | EventHandler | |
return | System |
public FileDialogCustomPlace ( string path, Image image ) : System | ||
path | string | |
image | Image | |
return | System |
public FileDialogCustomPlace ( string path, Image image, EventHandler click ) : System | ||
path | string | |
image | Image | |
click | EventHandler | |
return | System |
public FileDialogCustomPlace ( string path, string text, Image image ) : System | ||
path | string | |
text | string | |
image | Image | |
return | System |
public FileDialogCustomPlace ( string path, string text, Image image, EventHandler click ) : System | ||
path | string | |
text | string | |
image | Image | |
click | EventHandler | |
return | System |