Beef Corlib
Public Member Functions | Protected Member Functions | List of all members
System.IO.SaveFileDialog Class Reference
Inheritance diagram for System.IO.SaveFileDialog:
System.IO.FileDialog System.IO.CommonDialog

Public Member Functions

 this[] (pathName)
 
- Public Member Functions inherited from System.IO.FileDialog
void GetFilter (String outFilter)
 
Result< void > SetFilter (StringView value)
 
- Public Member Functions inherited from System.IO.CommonDialog
Result< DialogResult > ShowDialog (INativeWindow owner=null)
 
virtual int OwnerWndProc (Windows.HWnd hWnd, int32 msg, int wParam, int lParam)
 

Protected Member Functions

override void ProcessVistaFiles (Windows.COM_IFileDialog *dialog, System.Collections.List< String > files)
 
override Result< Windows.COM_IFileDialog * > CreateVistaDialog ()
 
- Protected Member Functions inherited from System.IO.FileDialog
abstract Result< DialogResult > RunFileDialog (ref Windows.OpenFileName ofn)
 
override Result< DialogResult > RunDialog (Windows.HWnd hWndOwner)
 
String[] mFileNames ~ DeleteContainerAndItems (_)
 
bool GetOption (int32 option)
 
void SetOption (int32 option, bool value)
 
abstract void ProcessVistaFiles (Windows.COM_IFileDialog *dialog, List< String > files)
 
- Protected Member Functions inherited from System.IO.CommonDialog
virtual int HookProc (Windows.HWnd hWnd, int32 msg, int wParam, int lparam)
 

Additional Inherited Members

- Public Attributes inherited from System.IO.CommonDialog
Windows.HWnd mHWnd
 
Windows.HWnd mDefaultControlHwnd
 
int mDefWndProc
 
- Static Public Attributes inherited from System.IO.CommonDialog
static Dictionary< int, CommonDialogsHookMap
 
static Monitor sMonitor = new Monitor() ~ delete _
 
- Protected Attributes inherited from System.IO.FileDialog
int32 mOptions
 
- Static Protected Attributes inherited from System.IO.FileDialog
const int32 OPTION_ADDEXTENSION = (int32)0x80000000
 
- Properties inherited from System.IO.FileDialog
this[] FileNames [get]
 
StringView FileName [set]
 
bool AddExtension [get, set]
 
virtual bool CheckFileExists [get, set]
 
bool DereferenceLinks [get, set]
 
bool CheckPathExists [get, set]
 
bool Multiselect [get, set]
 
bool ValidateNames [get, set]
 
StringViewDefaultExt [get, set]