C# Class PixelFarm.Forms.ControlCollection

Mostra file Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
Add ( Control c ) : void
Clear ( ) : void
Remove ( Control c ) : void

Private Methods

Method Description
ControlCollection ( Control owner ) : System

Method Details

Add() public method

public Add ( Control c ) : void
c Control
return void

Clear() public method

public Clear ( ) : void
return void

Remove() public method

public Remove ( Control c ) : void
c Control
return void