ESRI.ArcGIS.ADF.Tasks
DisplayInDialog Property
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > Generic ItemSettings Class : DisplayInDialog Property




Whether to display the related control in the UI or not.

Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<ResDescriptionAttribute("Whether the control is visible in the user interface.")>
Public Property DisplayInDialog As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ItemSettings(Of T)
Dim value As Boolean
 
instance.DisplayInDialog = value
 
value = instance.DisplayInDialog
C# 
[NotifyParentPropertyAttribute(true)]
[ResDescriptionAttribute("Whether the control is visible in the user interface.")]
public bool DisplayInDialog {get; set;}

Remarks

If this property is true, then the related control will display in the user interface. For example, when ItemSettings is used for the PrintTask MapSettings, DisplayInDialog determines whether a checkbox with the text "Print the Map" appears in the print dialog.

When DisplayInDialog is false, then the value in the DefaultValue property is used when the print page is created.

See Also

© 2010 All Rights Reserved.