JAMS Developer Guide
Controls Property (SubmitDialog)


MVPSI.JAMSWeb.Controls Namespace > SubmitDialog Class : Controls Property
Syntax
'Declaration
 
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<System.ComponentModel.BrowsableAttribute(False)>
<WebSysDescriptionAttribute("The collection of child controls owned by the control.")>
Public Overridable ReadOnly Property Controls As System.Web.UI.ControlCollection
'Usage
 
Dim instance As SubmitDialog
Dim value As System.Web.UI.ControlCollection
 
value = instance.Controls
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.Browsable(false)]
[WebSysDescription("The collection of child controls owned by the control.")]
public virtual System.Web.UI.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

SubmitDialog Class
SubmitDialog Members