C# Класс BExplorer.Shell.Defaults

Показать файл Открыть проект

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

Свойство Тип Описание
AllColumnsPKeys Dictionary>

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

Метод Описание
AddDefaultColumns ( this shellView, bool isFirstOnly = false, bool excludeFirst = false ) : void
AvailableColumns ( this view ) : Collumns>.Dictionary
ToNativeColumn ( this col, bool isDetails = false ) : LVCOLUMN

Convert and Collumns structure to LVCOLUMN (Native Listview Column)

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

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

public static AddDefaultColumns ( this shellView, bool isFirstOnly = false, bool excludeFirst = false ) : void
shellView this
isFirstOnly bool
excludeFirst bool
Результат void

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

public static AvailableColumns ( this view ) : Collumns>.Dictionary
view this
Результат Collumns>.Dictionary

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

Convert and Collumns structure to LVCOLUMN (Native Listview Column)
public static ToNativeColumn ( this col, bool isDetails = false ) : LVCOLUMN
col this the column
isDetails bool
Результат LVCOLUMN

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

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

Return a Dictionary containing information about all columns available to be added to the view.
public static Dictionary> AllColumnsPKeys
Результат Dictionary>