ESRI.ArcGIS.Mobile.Client
FolderBrowserItem Class
Members  See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.Controls Namespace : FolderBrowserItem Class

Provides a selectable item for the FolderBrowser control.

Syntax

Visual Basic (Declaration) 
Public Class FolderBrowserItem 
   Inherits TreeViewItem
   Implements IGeneratorHost 
C# 
public class FolderBrowserItem : TreeViewItem, IGeneratorHost  

Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Controls.Control
                     System.Windows.Controls.ItemsControl
                        System.Windows.Controls.HeaderedItemsControl
                           System.Windows.Controls.TreeViewItem
                              ESRI.ArcGIS.Mobile.Client.Controls.FolderBrowserItem

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also