C# 클래스 BExplorer.Shell.FilterItem

Represents items/filters in a FileFilterComboBox
파일 보기 프로젝트 열기: Gainedge/BetterExplorer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Caption string

공개 메소드들

메소드 설명
Contains ( string filter ) : bool

Splits the filter, trims the results then return all that contain that equal the filter

ParseFilterString ( string filterString, string existing, int &existingIndex ) : BExplorer.Shell.FilterItem[]

Takes a string (representing a list of filters like: "txt|All files|") and converts it into a FilterItem[]

ToString ( ) : string

Returns a string that represents the current object.

비공개 메소드들

메소드 설명
FilterItem ( string caption, string filter ) : System

메소드 상세

Contains() 공개 메소드

Splits the filter, trims the results then return all that contain that equal the filter
public Contains ( string filter ) : bool
filter string The string you are looking for
리턴 bool

ParseFilterString() 공개 정적인 메소드

Takes a string (representing a list of filters like: "txt|All files|") and converts it into a FilterItem[]
public static ParseFilterString ( string filterString, string existing, int &existingIndex ) : BExplorer.Shell.FilterItem[]
filterString string The string representing a list of filters like: "txt|All files|"
existing string Not Sure
existingIndex int Sets the index of the currently selected item in the
리턴 BExplorer.Shell.FilterItem[]

ToString() 공개 메소드

Returns a string that represents the current object.
public ToString ( ) : string
리턴 string

프로퍼티 상세

Caption 공개적으로 프로퍼티

public string Caption
리턴 string