C# 클래스 GrayIris.Utilities.UI.Controls.YaTabControl.ControlCollection

A YaTabControl-specific Control.ControlCollection.
상속: System.Windows.Forms.Control.ControlCollection
파일 보기 프로젝트 열기: realistschuckle/yet-another-tab-control

공개 메소드들

메소드 설명
Add ( Control value ) : void

Overridden. Adds a Control to the YaTabControl.

Clear ( ) : void

Overridden. Inherited from Control.ControlCollection.Clear().

ControlCollection ( Control owner ) : System

Creates a new instance of the YaTabControl.ControlCollection class with the specified owner.

Remove ( Control value ) : void

Overridden. Inherited from Control.ControlCollection.Remove( Control ).

메소드 상세

Add() 공개 메소드

Overridden. Adds a Control to the YaTabControl.
/// Thrown if value is null. /// /// Thrown if value is not a . ///
public Add ( Control value ) : void
value System.Windows.Forms.Control /// The to add, which must be a /// . ///
리턴 void

Clear() 공개 메소드

Overridden. Inherited from Control.ControlCollection.Clear().
public Clear ( ) : void
리턴 void

ControlCollection() 공개 메소드

Creates a new instance of the YaTabControl.ControlCollection class with the specified owner.
/// Thrown if owner is null. /// /// Thrown if owner is not a . ///
public ControlCollection ( Control owner ) : System
owner System.Windows.Forms.Control /// The that owns this collection. ///
리턴 System

Remove() 공개 메소드

Overridden. Inherited from Control.ControlCollection.Remove( Control ).
public Remove ( Control value ) : void
value System.Windows.Forms.Control
리턴 void