Click or drag to resize

AnnotationPenConverterGetPropertiesSupported Method (ITypeDescriptorContext)

Returns whether this object supports properties, using the specified context.

Namespace:  Atalasoft.Annotate.Converters
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public override bool GetPropertiesSupported(
	ITypeDescriptorContext context
)

Parameters

context
Type: System.ComponentModelITypeDescriptorContext
An ITypeDescriptorContext that provides a format context.

Return Value

Type: Boolean
True if GetProperties should be called to find the properties of this object; otherwise, false.
See Also