C# 클래스 BExplorer.Shell.Defaults

파일 보기 프로젝트 열기: Gainedge/BetterExplorer

공개 프로퍼티들

프로퍼티 타입 설명
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>