C# 클래스 System.Windows.Forms.ControlCollection

파일 보기 프로젝트 열기: Clancey/MonoMac.Windows.Form 1 사용 예제들

공개 메소드들

메소드 설명
Add ( Control item ) : void
AddRange ( Control InControls ) : void
Clear ( ) : void
Contains ( Control item ) : bool
ControlCollection ( NSView view ) : System
CopyTo ( Control array, int arrayIndex ) : void
GetAllControls ( ) : System.Windows.Forms.Control[]
IndexOf ( Control item ) : int
Insert ( int index, Control item ) : void
Remove ( Control item ) : bool
RemoveAt ( int index ) : void
SetTab ( ) : void
this ( int index ) : Control

메소드 상세

Add() 공개 메소드

public Add ( Control item ) : void
item Control
리턴 void

AddRange() 공개 메소드

public AddRange ( Control InControls ) : void
InControls Control
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Contains() 공개 메소드

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

ControlCollection() 공개 메소드

public ControlCollection ( NSView view ) : System
view NSView
리턴 System

CopyTo() 공개 메소드

public CopyTo ( Control array, int arrayIndex ) : void
array Control
arrayIndex int
리턴 void

GetAllControls() 공개 메소드

public GetAllControls ( ) : System.Windows.Forms.Control[]
리턴 System.Windows.Forms.Control[]

IndexOf() 공개 메소드

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

Insert() 공개 메소드

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

Remove() 공개 메소드

public Remove ( Control item ) : bool
item Control
리턴 bool

RemoveAt() 공개 메소드

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

SetTab() 공개 메소드

public SetTab ( ) : void
리턴 void

this() 공개 메소드

public this ( int index ) : Control
index int
리턴 Control