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






context

This is an override from UITypeEditor and indicates if we support painting a small representation of our value in the property grid.

This is an override from UITypeEditor and indicates if we support painting a small representation of our value in the property grid.

Syntax

Visual Basic (Declaration) 
Public Overloads Overrides Function GetPaintValueSupported( _
   ByVal context As ITypeDescriptorContext _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As FieldTypeEditor
Dim context As ITypeDescriptorContext
Dim value As Boolean
 
value = instance.GetPaintValueSupported(context)
C# 
public override bool GetPaintValueSupported( 
   ITypeDescriptorContext context
)
Delphi 
public function GetPaintValueSupported( 
    context: ITypeDescriptorContext
): Boolean; override; 
JScript 
public override function GetPaintValueSupported( 
   context : ITypeDescriptorContext
) : boolean;
Managed Extensions for C++ 
public: bool GetPaintValueSupported( 
   ITypeDescriptorContext* context
) override 
C++/CLI 
public:
bool GetPaintValueSupported( 
   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.