Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
PixelFarm
Forms
ControlCollection
C# Class PixelFarm.Forms.ControlCollection
显示文件
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