menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Struct BROWSEINFO - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Struct BROWSEINFO

    Contains parameters for the SHBrowseForFolder function and receives information about the folder selected by the user.

    Inherited Members
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    Namespace: Syncfusion.Windows.Forms.Tools.Win32API
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    [CLSCompliant(false)]
    public struct BROWSEINFO

    Fields

    hwndOwner

    Declaration
    public IntPtr hwndOwner
    Field Value
    Type
    System.IntPtr

    iImage

    Declaration
    public int iImage
    Field Value
    Type
    System.Int32

    lParam

    Declaration
    public int lParam
    Field Value
    Type
    System.Int32

    lpfn

    Declaration
    public WindowsAPI.BrowseCallbackProc lpfn
    Field Value
    Type
    WindowsAPI.BrowseCallbackProc

    lpszTitle

    Declaration
    public string lpszTitle
    Field Value
    Type
    System.String

    pidlRoot

    Declaration
    public IntPtr pidlRoot
    Field Value
    Type
    System.IntPtr

    pszDisplayName

    Declaration
    public string pszDisplayName
    Field Value
    Type
    System.String

    ulFlags

    Declaration
    public uint ulFlags
    Field Value
    Type
    System.UInt32
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved