Intersoft WebCombo Documentation
GetEditStyle(ITypeDescriptorContext) Method
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace > FieldTypeEditor Class > GetEditStyle Method : GetEditStyle(ITypeDescriptorContext) Method






context

This is an override from UITypeEditor. The editor style indicates what type of editor we are providing: we can either display a dialog or a drop-down box. Our editor always shows a drop-down box.

This is an override from UITypeEditor. The editor style indicates what type of editor we are providing: we can either display a dialog or a drop-down box. Our editor always shows a drop-down box.

Syntax

Visual Basic (Declaration) 
Public Overloads Overrides Function GetEditStyle( _
   ByVal context As ITypeDescriptorContext _
) As UITypeEditorEditStyle
Visual Basic (Usage)Copy Code
Dim instance As FieldTypeEditor
Dim context As ITypeDescriptorContext
Dim value As UITypeEditorEditStyle
 
value = instance.GetEditStyle(context)
C# 
public override UITypeEditorEditStyle GetEditStyle( 
   ITypeDescriptorContext context
)
Delphi 
public function GetEditStyle( 
    context: ITypeDescriptorContext
): UITypeEditorEditStyle; override; 
JScript 
public override function GetEditStyle( 
   context : ITypeDescriptorContext
) : UITypeEditorEditStyle;
Managed Extensions for C++ 
public: UITypeEditorEditStyle GetEditStyle( 
   ITypeDescriptorContext* context
) override 
C++/CLI 
public:
UITypeEditorEditStyle GetEditStyle( 
   ITypeDescriptorContext^ context
) override 

Parameters

context

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 Intersoft Solutions Corp. All Rights Reserved.