C# Class BExplorer.Shell.Defaults

Show file Open project: Gainedge/BetterExplorer

Public Properties

Property Type Description
AllColumnsPKeys Dictionary>

Public Methods

Method Description
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)

Method Details

AddDefaultColumns() public static method

public static AddDefaultColumns ( this shellView, bool isFirstOnly = false, bool excludeFirst = false ) : void
shellView this
isFirstOnly bool
excludeFirst bool
return void

AvailableColumns() public static method

public static AvailableColumns ( this view ) : Collumns>.Dictionary
view this
return Collumns>.Dictionary

ToNativeColumn() public static method

Convert and Collumns structure to LVCOLUMN (Native Listview Column)
public static ToNativeColumn ( this col, bool isDetails = false ) : LVCOLUMN
col this the column
isDetails bool
return LVCOLUMN

Property Details

AllColumnsPKeys public static property

Return a Dictionary containing information about all columns available to be added to the view.
public static Dictionary> AllColumnsPKeys
return Dictionary>