Gets or sets a value indicating whether or not to display the control only as a modal dialog.
'Declaration
<System.ComponentModel.CategoryAttribute("Data")>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.DescriptionAttribute("Determines if the control will only be displayed as a modal dialog.")>
Public Property DisplayModal As System.Boolean
'Usage
Dim instance As SubmitDialog
Dim value As System.Boolean
instance.DisplayModal = value
value = instance.DisplayModal
[System.ComponentModel.Category("Data")]
[System.ComponentModel.DefaultValue()]
[System.ComponentModel.Description("Determines if the control will only be displayed as a modal dialog.")]
public System.bool DisplayModal {get; set;}
Property Value
true
if [display modal]; otherwise,
false
.
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