C# Class Microsoft.WindowsAPICodePack.Dialogs.CommonOpenFileDialog

Inheritance: CommonFileDialog
Mostrar archivo Open project: godly-devotion/Baka-MPlayer-old Class Usage Examples

Public Methods

Method Description
CommonOpenFileDialog ( ) : System.Collections

Creates a new instance of this class.

CommonOpenFileDialog ( string name ) : System.Collections

Creates a new instance of this class with the specified name.

Private Methods

Method Description
CleanUpNativeFileDialog ( ) : void
GetDerivedOptionFlags ( ShellNativeMethods flags ) : ShellNativeMethods.FileOpenOptions
GetNativeFileDialog ( ) : IFileDialog
InitializeNativeFileDialog ( ) : void
PopulateWithFileNames ( Collection names ) : void
PopulateWithIShellItems ( Collection items ) : void

Method Details

CommonOpenFileDialog() public method

Creates a new instance of this class.
public CommonOpenFileDialog ( ) : System.Collections
return System.Collections

CommonOpenFileDialog() public method

Creates a new instance of this class with the specified name.
public CommonOpenFileDialog ( string name ) : System.Collections
name string The name of this dialog.
return System.Collections