'Declaration
<System.ComponentModel.BrowsableAttribute(False)> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <WebSysDescriptionAttribute("The style associated with the control.")> Public ReadOnly Property ControlStyle As System.Web.UI.WebControls.Style
'Usage
Dim instance As SubmitDialog Dim value As System.Web.UI.WebControls.Style value = instance.ControlStyle
[System.ComponentModel.Browsable(false)] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [WebSysDescription("The style associated with the control.")] public System.Web.UI.WebControls.Style ControlStyle {get;}