ESRI.ArcGIS.ADF.Tasks
ItemSettings Constructor(T,Boolean)
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > Generic ItemSettings Class > ItemSettings Constructor : ItemSettings Constructor(T,Boolean)




defaultValue
Default value for the control property.
displayInDialog
Whether to display the control in the end-user UI or not.
Constructor.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal defaultValue As T, _
   ByVal displayInDialog As Boolean _
)
Visual Basic (Usage)Copy Code
Dim defaultValue As T
Dim displayInDialog As Boolean
 
Dim instance As ItemSettings(Of T)(defaultValue, displayInDialog)
C# 
public Generic ItemSettings( 
   T defaultValue,
   bool displayInDialog
)

Parameters

defaultValue
Default value for the control property.
displayInDialog
Whether to display the control in the end-user UI or not.

See Also

© 2010 All Rights Reserved.