JAMS Developer Guide
Attributes Property (SubmitDialog)


MVPSI.JAMSWeb.Controls Namespace > SubmitDialog Class : Attributes Property
Syntax
'Declaration
 
<System.ComponentModel.BrowsableAttribute(False)>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<WebSysDescriptionAttribute("Tag attributes of the control.")>
Public ReadOnly Property Attributes As System.Web.UI.AttributeCollection
'Usage
 
Dim instance As SubmitDialog
Dim value As System.Web.UI.AttributeCollection
 
value = instance.Attributes
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[WebSysDescription("Tag attributes of the control.")]
public System.Web.UI.AttributeCollection Attributes {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