ESRI.ArcGIS.ADF.Tasks
WidthItemSettings Constructor(Int32,Boolean,WidthItemCollection)
See Also  Send Feedback
ESRI.ArcGIS.ADF.Tasks Namespace > WidthItemSettings Class > WidthItemSettings Constructor : WidthItemSettings Constructor(Int32,Boolean,WidthItemCollection)




defaultValue
Default value for the control.
displayInDialog
Whether to display the control in the UI or not.
widthList
List of width items to populate width collection.
Constructor taking default value, whether to display in the dialog, and a width list.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal defaultValue As Integer, _
   ByVal displayInDialog As Boolean, _
   ByVal widthList As WidthItemCollection _
)
Visual Basic (Usage)Copy Code
Dim defaultValue As Integer
Dim displayInDialog As Boolean
Dim widthList As WidthItemCollection
 
Dim instance As New WidthItemSettings(defaultValue, displayInDialog, widthList)
C# 
public WidthItemSettings( 
   int defaultValue,
   bool displayInDialog,
   WidthItemCollection widthList
)

Parameters

defaultValue
Default value for the control.
displayInDialog
Whether to display the control in the UI or not.
widthList
List of width items to populate width collection.

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.