C# 클래스 SidebarLibrary.Collections.RebarBandCollection

Summary description for RebarBandCollection.
상속: IEnumerable
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
Add ( Control control ) : int
Clear ( ) : void
Contains ( Control control ) : bool
GetEnumerator ( ) : IEnumerator
IndexOf ( Control control ) : int
RaiseChanged ( ) : void
Remove ( Control control ) : void
RemoveAt ( int index ) : void
this ( int index ) : Control

메소드 상세

Add() 공개 메소드

public Add ( Control control ) : int
control System.Windows.Forms.Control
리턴 int

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Contains() 공개 메소드

public Contains ( Control control ) : bool
control System.Windows.Forms.Control
리턴 bool

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

IndexOf() 공개 메소드

public IndexOf ( Control control ) : int
control System.Windows.Forms.Control
리턴 int

RaiseChanged() 공개 메소드

public RaiseChanged ( ) : void
리턴 void

Remove() 공개 메소드

public Remove ( Control control ) : void
control System.Windows.Forms.Control
리턴 void

RemoveAt() 공개 메소드

public RemoveAt ( int index ) : void
index int
리턴 void

this() 공개 메소드

public this ( int index ) : Control
index int
리턴 System.Windows.Forms.Control