C# 클래스 Microsoft.WindowsAPICodePack.Dialogs.CommonOpenFileDialog

상속: CommonFileDialog
파일 보기 프로젝트 열기: godly-devotion/Baka-MPlayer-old 1 사용 예제들

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
CleanUpNativeFileDialog ( ) : void
GetDerivedOptionFlags ( ShellNativeMethods flags ) : ShellNativeMethods.FileOpenOptions
GetNativeFileDialog ( ) : IFileDialog
InitializeNativeFileDialog ( ) : void
PopulateWithFileNames ( Collection names ) : void
PopulateWithIShellItems ( Collection items ) : void

메소드 상세

CommonOpenFileDialog() 공개 메소드

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

CommonOpenFileDialog() 공개 메소드

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