Dundas Chart for Windows Forms
GetCreateInstanceSupported(ITypeDescriptorContext) Method
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl.Design Namespace > DoubleDateNanValueConverter Class > GetCreateInstanceSupported Method : GetCreateInstanceSupported(ITypeDescriptorContext) Method


context
An ITypeDescriptorContext that provides a format context.
Returns whether changing a value on this object requires a call to CreateInstance to create a new value, using the specified context.

Syntax

Visual Basic (Declaration)  
Public Overloads Overridable Function GetCreateInstanceSupported( _
   ByVal context As ITypeDescriptorContext _
) As Boolean
Visual Basic (Usage) Copy Code
Dim instance As DoubleDateNanValueConverter
Dim context As ITypeDescriptorContext
Dim value As Boolean
 
value = instance.GetCreateInstanceSupported(context)
C#  
public virtual bool GetCreateInstanceSupported( 
   ITypeDescriptorContext context
)

Parameters

context
An ITypeDescriptorContext that provides a format context.

Return Value

true if changing a property on this object requires a call to CreateInstance to create a new value; otherwise, false.

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

© 2009 All Rights Reserved.