NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PointConverter.GetCreateInstanceSupported

Determines if changing a value on this object should require a call to CreateInstance to create a new value.

[Visual Basic]
Overrides Public Function GetCreateInstanceSupported( _
   ByVal context As ITypeDescriptorContext _
) As Boolean
[C#]
public override bool GetCreateInstanceSupported(
   ITypeDescriptorContext context
);
[C++]
public: override bool GetCreateInstanceSupported(
   ITypeDescriptorContext* context
);
[JScript]
public override function GetCreateInstanceSupported(
   context : ITypeDescriptorContext
) : Boolean;

Parameters

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

Return Value

Returns true if CreateInstance should be called when a change is made to one or more properties of this object.

See Also

PointConverter Class | PointConverter Members | System.Drawing Namespace