ESRI.ArcGIS.ADF.Tasks
FieldsCollectionEditorForm Constructor
See Also 
ESRI.ArcGIS.ADF.Tasks.Design.Editors Namespace > FieldsCollectionEditorForm Class : FieldsCollectionEditorForm Constructor




page
The page with map resource managers.
fieldString
Value to be edited
Creates a new instance of the editor form.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal page As Page, _
   ByVal fieldString As Object _
)
Visual Basic (Usage)Copy Code
Dim page As Page
Dim fieldString As Object
 
Dim instance As FieldsCollectionEditorForm(page, fieldString)
C# 
public FieldsCollectionEditorForm( 
   Page page,
   object fieldString
)

Parameters

page
The page with map resource managers.
fieldString
Value to be edited

See Also

© 2010 All Rights Reserved.