Returns whether the SizeD type supports properties.
Namespace:
EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Overrides Function GetPropertiesSupported ( _ context As ITypeDescriptorContext _ ) As Boolean |
| C# |
|---|
public override bool GetPropertiesSupported( ITypeDescriptorContext context ) |
| Visual C++ |
|---|
public: virtual bool GetPropertiesSupported( ITypeDescriptorContext^ context ) override |
Parameters
- context
- Type: System.ComponentModel..::.ITypeDescriptorContext
An ITypeDescriptorContext through which additional context can be supplied.