JAMS Developer Guide
Controls Property (AgentCtl)


MVPSI.JAMS Namespace > AgentCtl Class : Controls Property
Syntax
'Declaration
 
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<System.ComponentModel.BrowsableAttribute(False)>
<SRDescriptionAttribute("The collection of child controls within this control.")>
Public ReadOnly Property Controls As System.Windows.Forms.Control.ControlCollection
'Usage
 
Dim instance As AgentCtl
Dim value As System.Windows.Forms.Control.ControlCollection
 
value = instance.Controls
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
[System.ComponentModel.Browsable(false)]
[SRDescription("The collection of child controls within this control.")]
public System.Windows.Forms.Control.ControlCollection Controls {get;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AgentCtl Class
AgentCtl Members