AnnotationBrushConverterGetPropertiesSupported 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
)
Public Overrides Function GetPropertiesSupported (
context As ITypeDescriptorContext
) As Boolean
Parameters
- context
- Type: System.ComponentModelITypeDescriptorContext
An ITypeDescriptorContext that provides a format context.
Return Value
Type:
BooleanTrue if GetProperties should be called to find the properties of this object; otherwise,
false.
See Also