C# 클래스 ManagedWin32.Api.BrowseInfo

파일 보기 프로젝트 열기: MathewSachin/ManagedWin32 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Flags FolderBrowserOptions
HwndOwner System.IntPtr
Image int
LParam int
Root System.IntPtr

프로퍼티 상세

Flags 공개적으로 프로퍼티

Flags specifying the options for the dialog box.
public FolderBrowserOptions Flags
리턴 FolderBrowserOptions

HwndOwner 공개적으로 프로퍼티

Handle to the owner window for the dialog box.
public IntPtr,System HwndOwner
리턴 System.IntPtr

Image 공개적으로 프로퍼티

Variable to receive the image associated with the selected folder.
public int Image
리턴 int

LParam 공개적으로 프로퍼티

Application-defined value that the dialog box passes to the callback function
public int LParam
리턴 int

Root 공개적으로 프로퍼티

Pointer to an item identifier list (PIDL) specifying the location of the root folder from which to start browsing.
public IntPtr,System Root
리턴 System.IntPtr