C# 클래스 OpenBve.FolderSelectDialog

Present the Windows Vista-style open file dialog to select a folder. Fall back for older Windows Versions
파일 보기 프로젝트 열기: leezer3/OpenBVE

공개 메소드들

메소드 설명
Show ( ) : bool

Shows the dialog

Show ( IntPtr hWndOwner ) : bool

비공개 메소드들

메소드 설명
ShowXpDialog ( IntPtr ownerHandle, string initialDirectory, string title ) : ShowDialogResult

메소드 상세

Show() 공개 메소드

Shows the dialog
public Show ( ) : bool
리턴 bool

Show() 공개 메소드

public Show ( IntPtr hWndOwner ) : bool
hWndOwner System.IntPtr Handle of the control or window to be the parent of the file dialog
리턴 bool