[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=WinElement Inherit=Control Interfaces=ShellView,ControlManager,Object Info=Provides a view of a computer`s files and folders Category=Shell [Assembly] GongShell.dll=GongSolutions.Shell.ShellView [Edit] Class=Image [Property] @Width= | |250 @Height= | |200 @Text= | | @CurrentFolder=Sets the folder currently being browsed by the control. ARG(string)|2| @MultiSelect=Sets a value indicating whether multiple items can be selected by the user. ARG(bool)|14|0|True,False @ShowWebView=Sets a value indicating whether a "WebView" is displayed on the left of the control. ARG(bool)|14|1|True,False @StatusBar=Sets a StatusBar control that the ShellView should use to display folder details. ARG(StatusBar)|20|(empty)|StatusBar @View=Sets how items are displayed in the control. ARG(ShellViewStyle)|14|0|LargeIcon,SmallIcon,List,Details,Thumbnail,Tile,Thumbstrip [Methods] *doCreateNewFolder=Creates a new folder in the folder currently being browsed. ARG()|1|0 doNavigate=Navigates to the specified filesystem directory. ARG(string path)|1|0 *doNavigateBack=Navigates the control to the previous folder in the navigation history. ARG()|1|0 *doNavigateForward=Navigates the control to the next folder in the navigation history. ARG()|1|0 *doNavigateParent=Navigates to the parent of the currently displayed folder. ARG()|1|0 *doNavigateSelectedFolder=Navigates to the folder currently selected in the control. ARG()|1|0 *doNextViewMode=Sets the next view mode. ARG()|1|0 *doRefreshContents=Refreshes the contents of the control. ARG()|1|0 *doRenameSelectedItem=Begins a rename on the item currently selected in the control. ARG()|1|0 *onFilterItem=Occurs when the control wants to know if it should include an item in its view. ARG(FilterItemEventArgs)|2|0 *onNavigated=Occurs when the control navigates to a new folder. ARG(EventArgs)|2|0 *onNavigating=Occurs when the control is about to navigate to a new folder. ARG(NavigatingEventHandler)|2|0 *onSelectionChanged=Occurs when the control's current selection changes. ARG(EventArgs)|2|0 ShellView=Returns the ShellView object. ARG(ShellView)|3|0 *CanCreateFolder=Gets a value indicating whether a new folder can be created in the folder currently being browsed by the control. ARG(bool)|3|104 *CanNavigateBack=Gets a value indicating whether a previous page in navigation history is available, which allows the doNavigateBack method to succeed. ARG(bool)|3|104 *CanNavigateForward=Gets a value indicating whether a subsequent page in navigation history is available, which allows the doNavigateForward method to succeed. ARG(bool)|3|104 *CanNavigateParent=Gets a value indicating whether the folder currently being browsed by the control has parent folder which can be navigated to by calling doNavigateParent. ARG(bool)|3|104 *ComInterface=Gets the control's underlying COM IShellView interface. ARG(IShellView)|3|0 CurrentFolder=Gets the folder currently being browsed by the control. ARG(string)|3|2 *History=Gets the ShellView's navigation history. ARG(ShellHistory)|3|0 SelectedItems=Gets a list of the items currently selected in the control. ARG(ShellItem[])|3|13 *MultiSelect=Gets a value indicating whether multiple items can be selected by the user. ARG(bool)|3|104 *ShowWebView=Gets a value indicating whether a "WebView" is displayed on the left of the control. ARG(bool)|3|104 *StatusBar=Gets a StatusBar control that the ShellView should use to display folder details. ARG(StatusBar)|3|0 *View=Gets how items are displayed in the control. ARG(ShellViewStyle)|3|0 Path=Defines the path of the directory to navigate to. ARG(string)|4|2 *CurrentFolder=Defines the folder currently being browsed by the control. ARG(string)|4|2