C# Class ManagedWin32.Api.BrowseInfo

Mostrar archivo 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_oe property

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

HwndOwner public_oe property

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

Image public_oe property

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

LParam public_oe property

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

Root public_oe 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