C# Class System.Windows.Forms.SaveFileDialog

Inheritance: FileDialog
ファイルを表示 Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
OpenFile ( ) : Stream
Reset ( ) : void
SaveFileDialog ( ) : System

Method Details

OpenFile() public method

public OpenFile ( ) : Stream
return Stream

Reset() public method

public Reset ( ) : void
return void

SaveFileDialog() public method

public SaveFileDialog ( ) : System
return System