C# Class System.Windows.Forms.FileDialog

Inheritance: Form
Afficher le fichier Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Protected Properties

Свойство Type Description
EventFileOk object

Private Properties

Свойство Type Description
AddFilterExtension bool
CleanupOnClose void
FileDialog System
GetExtension string
HandleFormClosedEvent void
HookProc System.IntPtr
OnCheckCheckChanged void
OnClickCancelButton void
OnClickHelpButton void
OnClickOpenSaveButton void
OnColumnClickFileView void
OnDirectoryChangedDirComboBox void
OnDirectoryChangedPopupButtonPanel void
OnFileDialogFormClosed void
OnForceDialogEndFileView void
OnSelectedFileChangedFileView void
OnSelectedFilesChangedFileView void
OnSelectedIndexChangedFileTypeComboBox void
ReadConfigValues void
ResizeAndRelocateForHelpOrReadOnly void
SelectFilter void
SetFileAndDirectory void
UpdateFilters void
UpdateRecentFiles void
WriteConfigValues void

Méthodes publiques

Méthode Description
Reset ( ) : void
ToString ( ) : string

Méthodes protégées

Méthode Description
OnFileOk ( System.CancelEventArgs e ) : void
RunDialog ( IntPtr hWndOwner ) : bool

Private Methods

Méthode Description
AddFilterExtension ( string fileName ) : bool
CleanupOnClose ( ) : void
FileDialog ( ) : System
GetExtension ( string fileName ) : string
HandleFormClosedEvent ( object sender ) : void
HookProc ( IntPtr hWnd, int msg, IntPtr wparam, IntPtr lparam ) : IntPtr
OnCheckCheckChanged ( object sender, EventArgs e ) : void
OnClickCancelButton ( object sender, EventArgs e ) : void
OnClickHelpButton ( object sender, EventArgs e ) : void
OnClickOpenSaveButton ( object sender, EventArgs e ) : void
OnColumnClickFileView ( object sender, System.Windows.Forms.ColumnClickEventArgs e ) : void
OnDirectoryChangedDirComboBox ( object sender, EventArgs e ) : void
OnDirectoryChangedPopupButtonPanel ( object sender, EventArgs e ) : void
OnFileDialogFormClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void
OnForceDialogEndFileView ( object sender, EventArgs e ) : void
OnSelectedFileChangedFileView ( object sender, EventArgs e ) : void
OnSelectedFilesChangedFileView ( object sender, EventArgs e ) : void
OnSelectedIndexChangedFileTypeComboBox ( object sender, EventArgs e ) : void
ReadConfigValues ( ) : void
ResizeAndRelocateForHelpOrReadOnly ( ) : void
SelectFilter ( ) : void
SetFileAndDirectory ( string fname ) : void
UpdateFilters ( ) : void
UpdateRecentFiles ( ) : void
WriteConfigValues ( ) : void

Method Details

OnFileOk() protected méthode

protected OnFileOk ( System.CancelEventArgs e ) : void
e System.CancelEventArgs
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

RunDialog() protected méthode

protected RunDialog ( IntPtr hWndOwner ) : bool
hWndOwner IntPtr
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

EventFileOk protected_oe static_oe property

protected static object EventFileOk
Résultat object