C# Класс _3PA.MainFeatures.FileExplorer.FileExplorer

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
DockableCommandIndex int

Открытые методы

Метод Описание
ApplyColorSettings ( ) : void

Use this to redraw the docked form

ForceClose ( ) : void
ListFileOjectsInDirectory ( string dirPath, bool recursive = true, bool includeFolders = true, bool firstCall = true ) : List

Add each files/folders of a given path to the output List of FileObject, can be set to be recursive, can be set to not add the subfolders in the results

RebuildFileList ( ) : void

Refresh the files list

RedrawFileExplorerList ( ) : void

Just redraw the file explorer ovl list, it is used to update the "selected" scope when the user changes the current document

StartSearch ( ) : void

Start a new search for files

Toggle ( ) : void

Toggle the docked form on and off, can be called first and will initialize the form

Toggle ( bool doShow ) : void
UpdateMenuItemChecked ( ) : void

Either check or uncheck the menu, depending on the visibility of the form (does it both on the menu and toolbar)

Приватные методы

Метод Описание
Init ( ) : void

Initialize the form

Описание методов

ApplyColorSettings() публичный статический Метод

Use this to redraw the docked form
public static ApplyColorSettings ( ) : void
Результат void

ForceClose() публичный статический Метод

public static ForceClose ( ) : void
Результат void

ListFileOjectsInDirectory() публичный статический Метод

Add each files/folders of a given path to the output List of FileObject, can be set to be recursive, can be set to not add the subfolders in the results
public static ListFileOjectsInDirectory ( string dirPath, bool recursive = true, bool includeFolders = true, bool firstCall = true ) : List
dirPath string
recursive bool
includeFolders bool
firstCall bool
Результат List

RebuildFileList() публичный статический Метод

Refresh the files list
public static RebuildFileList ( ) : void
Результат void

RedrawFileExplorerList() публичный статический Метод

Just redraw the file explorer ovl list, it is used to update the "selected" scope when the user changes the current document
public static RedrawFileExplorerList ( ) : void
Результат void

StartSearch() публичный статический Метод

Start a new search for files
public static StartSearch ( ) : void
Результат void

Toggle() публичный статический Метод

Toggle the docked form on and off, can be called first and will initialize the form
public static Toggle ( ) : void
Результат void

Toggle() публичный статический Метод

public static Toggle ( bool doShow ) : void
doShow bool
Результат void

UpdateMenuItemChecked() публичный статический Метод

Either check or uncheck the menu, depending on the visibility of the form (does it both on the menu and toolbar)
public static UpdateMenuItemChecked ( ) : void
Результат void

Описание свойств

DockableCommandIndex публичное статическое свойство

public static int DockableCommandIndex
Результат int