ESRI.ArcGIS.ADF.Tasks
WidthItemSettings Constructor(Int32,Boolean,WidthItemCollection)
See Also 
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 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.

See Also

© 2010 All Rights Reserved.