VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageColors Namespace / ColorBaseConverter Class / GetCreateInstanceSupported Methods / GetCreateInstanceSupported(ITypeDescriptorContext) Method
Syntax Requirements SeeAlso
In This Topic
    GetCreateInstanceSupported(ITypeDescriptorContext) Method (ColorBaseConverter)
    In This Topic
    Determines whether changing a value on this object should require a call to the CreateInstance method to create a new value.
    Syntax
    'Declaration
    
    Public Overloads Overrides Function GetCreateInstanceSupported( _
    ByVal context
    A type descriptor through which additional context can be provided.
    As System.ComponentModel.ITypeDescriptorContext _
    ) As Boolean
    public override bool GetCreateInstanceSupported(
    System.ComponentModel.ITypeDescriptorContext context
    )
    public: bool GetCreateInstanceSupported(
    System.ComponentModel.ITypeDescriptorContext* context
    ); override
    public:
    bool GetCreateInstanceSupported(
    System.ComponentModel.ITypeDescriptorContext^ context
    ); override

    Parameters

    context
    A type descriptor through which additional context can be provided.

    Return Value

    True if the CreateInstance object should be called when a change is made to one or more properties of this object; otherwise, false.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also