This namespace contains classes for generalized browsing in Windows Forms.
            Classes
|   | Class | Description | 
  | BrowseControl  | A control with various nodes from which the user can select. This control can be configured to serve many different purposes. | 
  | BrowseDialog  | Displays a dialog with various nodes from which the user can select. This dialog can be configured to serve many different purposes. | 
  | BrowseMode  | Determines the user browsing mode. | 
 
            
            
            
            Enumerations
|   | Enumeration | Description | 
  | BrowseControlKinds  | Determines whether the browse control contains a tree view, a list view, or both. | 
 
            
            
            See Also