ESRI.ArcGIS.ADF.Tasks
WidthItemSettings Class
Members  See Also  Send Feedback
ESRI.ArcGIS.ADF.Tasks Namespace : WidthItemSettings Class




Settings for the width control in the print task UI. The width contains not only a default value which is the index of the drop down list control to be displayed initially, but also whether or not the control should appear as well as a collection of widths to display in the control.

Object Model

WidthItemSettings Class

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class WidthItemSettings 
   Inherits ESRI.ArcGIS.ADF.Tasks.ItemSettings(Of Integer)
Visual Basic (Usage)Copy Code
Dim instance As WidthItemSettings
C# 
[SerializableAttribute()]
public class WidthItemSettings : ESRI.ArcGIS.ADF.Tasks.ItemSettings<int> 

Remarks

A WidthItemSettings object stores properties for the drop-down list for map size that may display in the PrintTask dialog.

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.