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

상속: Control.ControlCollection
파일 보기 프로젝트 열기: Clancey/MonoMac.Windows.Form

공개 메소드들

메소드 설명
Add ( Control value ) : void
ControlCollection ( MdiClient owner ) : System.Collections
Remove ( Control value ) : void

메소드 상세

Add() 공개 메소드

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

ControlCollection() 공개 메소드

public ControlCollection ( MdiClient owner ) : System.Collections
owner MdiClient
리턴 System.Collections

Remove() 공개 메소드

public Remove ( Control value ) : void
value Control
리턴 void