Responder Developer Guide
GetEditView(String,ControlStyle,Boolean) Method


Version: 10.2.1a

Resource Center Home

The name of the table whose edit view to get.
The control style.
If true, try to get the custom edit view rather than the standard one.
Gets the edit view control for a table in a control style.
Syntax
'Declaration
 
Public Overloads Shared Function GetEditView( _
   ByVal tableRepresents As String, _
   ByVal style As ControlStyle, _
   ByVal getCustom As Boolean _
) As EditViewBase
'Usage
 
Dim tableRepresents As String
Dim style As ControlStyle
Dim getCustom As Boolean
Dim value As EditViewBase
 
value = EditViewBase.GetEditView(tableRepresents, style, getCustom)
public static EditViewBase GetEditView( 
   string tableRepresents,
   ControlStyle style,
   bool getCustom
)

Parameters

tableRepresents
The name of the table whose edit view to get.
style
The control style.
getCustom
If true, try to get the custom edit view rather than the standard one.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

EditViewBase Class
EditViewBase Members
Overload List

 

 


Send Comment