ESRI.ArcGIS.ADF.Web.UI.WebControls
GetEditStyle(ITypeDescriptorContext) Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls.Design Namespace > DisplayCharacterEditor Class > GetEditStyle Method : GetEditStyle(ITypeDescriptorContext) Method




context
An ITypeDescriptorContext that can be used to gain additional context information.
Gets the type of control to use to edit the style.

Syntax

Visual Basic (Declaration) 
Public Overloads Overrides Function GetEditStyle( _
   ByVal context As ITypeDescriptorContext _
) As UITypeEditorEditStyle
Visual Basic (Usage)Copy Code
Dim instance As DisplayCharacterEditor
Dim context As ITypeDescriptorContext
Dim value As UITypeEditorEditStyle
 
value = instance.GetEditStyle(context)
C# 
public override UITypeEditorEditStyle GetEditStyle( 
   ITypeDescriptorContext context
)

Parameters

context
An ITypeDescriptorContext that can be used to gain additional context information.

Return Value

Editor style for the item, such as DropDown.

See Also

© 2010 All Rights Reserved.