ESRI.ArcGIS.ADF.Tasks
Initialize Method
See Also 
ESRI.ArcGIS.ADF.Tasks.Design.Editors Namespace > QueryAttributesEditorControl Class : Initialize Method




page
The Page containing the PredefinedQuery control.
value
The current value of the PredefinedQuery.
PredefinedQueryEditorForm constructor.

Syntax

Visual Basic (Declaration) 
Public Sub Initialize( _
   ByVal page As Page, _
   ByVal value As QueryAttributes _
) 
Visual Basic (Usage)Copy Code
Dim instance As QueryAttributesEditorControl
Dim page As Page
Dim value As QueryAttributes
 
instance.Initialize(page, value)
C# 
public void Initialize( 
   Page page,
   QueryAttributes value
)

Parameters

page
The Page containing the PredefinedQuery control.
value
The current value of the PredefinedQuery.

See Also

© 2010 All Rights Reserved.