C# 클래스 SystemEx.Windows.Forms.ExplorerBarButtonCollection

상속: System.Collections.CollectionBase
파일 보기 프로젝트 열기: pvginkel/SystemEx 1 사용 예제들

공개 메소드들

메소드 설명
Add ( ExplorerBarButton item ) : ExplorerBarButton
Contains ( ExplorerBarButton item ) : bool
CountVisible ( ) : int
GetItemAtPoint ( Point point ) : ExplorerBarButton
IndexOf ( ExplorerBarButton item ) : int
Insert ( int index, ExplorerBarButton item ) : void
Remove ( ExplorerBarButton item ) : void
this ( int key ) : ExplorerBarButton
this ( string key ) : ExplorerBarButton

보호된 메소드들

메소드 설명
OnValidate ( object value ) : void

비공개 메소드들

메소드 설명
AddRange ( ExplorerBarButtonCollection items ) : void
ExplorerBarButtonCollection ( ExplorerBar owner ) : System

메소드 상세

Add() 공개 메소드

public Add ( ExplorerBarButton item ) : ExplorerBarButton
item ExplorerBarButton
리턴 ExplorerBarButton

Contains() 공개 메소드

public Contains ( ExplorerBarButton item ) : bool
item ExplorerBarButton
리턴 bool

CountVisible() 공개 메소드

public CountVisible ( ) : int
리턴 int

GetItemAtPoint() 공개 메소드

public GetItemAtPoint ( Point point ) : ExplorerBarButton
point Point
리턴 ExplorerBarButton

IndexOf() 공개 메소드

public IndexOf ( ExplorerBarButton item ) : int
item ExplorerBarButton
리턴 int

Insert() 공개 메소드

public Insert ( int index, ExplorerBarButton item ) : void
index int
item ExplorerBarButton
리턴 void

OnValidate() 보호된 메소드

protected OnValidate ( object value ) : void
value object
리턴 void

Remove() 공개 메소드

public Remove ( ExplorerBarButton item ) : void
item ExplorerBarButton
리턴 void

this() 공개 메소드

public this ( int key ) : ExplorerBarButton
key int
리턴 ExplorerBarButton

this() 공개 메소드

public this ( string key ) : ExplorerBarButton
key string
리턴 ExplorerBarButton