C# Class ManagedWin32.Api.BrowseInfo

Show file Open project: MathewSachin/ManagedWin32 Class Usage Examples

Public Properties

Property Type Description
Flags FolderBrowserOptions
HwndOwner System.IntPtr
Image int
LParam int
Root System.IntPtr

Property Details

Flags public property

Flags specifying the options for the dialog box.
public FolderBrowserOptions Flags
return FolderBrowserOptions

HwndOwner public property

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

Image public property

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

LParam public property

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

Root public property

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