ESRI.ArcGIS.ADF.Tasks
DisplayInDialog Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Tasks Namespace > ItemSettings<T> 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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.