| KiXforms Class Library |
Control.Controls Property |
Gets the collection of controls contained within the control.
object.Controls
object.Controls(index)
object.Controls("name")
A ControlCollection that represents the collection of controls contained within the control. Use Controls(index) to return a control by index number. Use Controls(name) to return a control by name.
Applies To:
Form |
GroupBox |
Panel |
PictureBox |
TabPage
| The CHM file was converted to HTML by chm2web software. |